Error 2759 in Access 07 run time

FuzMic

DataBase Tinker
Local time
Tomorrow, 06:15
Joined
Sep 13, 2006
Messages
744
Hi folks

An .mde front end created in office 02.sp3 runs perfectly in in office02 & 03. When the same is used in Access07.runtime, during some filtering process the following code appears. Everything fine on ignoring it.

However i wrote this thread hoping to share & to understand. If any of you have any leads, appreciate comments.

Anyway I don't think it is a memory problem suggested because all new PC in win7.32bit has 3G. It is again an Automation issue. Thanks.


Jet Error Code: 2759
Error Description: "The method you tried to invoke on an object failed. You may have specified too many or too few arguments for a property or method of an object. Check the component's documentation for information on the properties and methods it makes available for Automation operations.* There may not be enough memory to run the procedure. Close unneeded programs and try to run the procedure again.For more information on freeing memory, search the Microsoft Windows Help index for 'memory, troubleshooting'."
 
Hi folks

during some filtering process the following code appears.

Can you further describe the filtering process? Use of VBA? what exactly triggers the error? Same computer or different computer?
 
hi
try by making making a new accde / mde from mdb itself in the pc you want to use. i thonk this will solve the issue
 
Thanks guys

There are no codes in the filtering; it just rely on the menu options. It occur in all PC running win7.32 home edition and access runtime.07

I do not want to remake the .mde in the machine running it because the machine using the .mde only have a copy of runtime, the legitimate access making the .mde is the old version office.02.sp3 in another pc.
 

Users who are viewing this thread

Back
Top Bottom