vote up 0 vote down star

Hi,

The title says it all I made some changes to a function in a module and then got the error. How do a debug it to find the cause?

The error occurs on the Exit function statement of the function...great hey!

Malcolm

flag

47% accept rate
You're calling a native function declared with the "Declare" statement, right? Could you share both the declaration and the call with us? – danbystrom Feb 22 at 8:56
1  
I fixed it...all i had to do is start access with /decompile and then recompile and the error went away. – Malcolm Feb 22 at 11:55

2 Answers

vote up 1 vote down

Have you checked your references and decompiled?

"C:\Program Files\Microsoft Office\Office\MSACCESS.EXE" 
                                "d:\My Documents\access\mayapp.mdb" /decompile

See also: http://www.granite.ab.ca/access/decompile.htm

link|flag
vote up 0 vote down

I've just got this in Excel and wondered if anyone else have gotten it previously. My solution was to move around the references to my own DLL and click 'Compile <Project>'.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.