Command

accessman2

Registered User.
Local time
Yesterday, 16:05
Joined
Sep 15, 2005
Messages
335
Hi,

I have a question,

I made a Macros called AutoExec to run "beginning" Function

Function beginning()
If len(Command)>0 then
....................
End if
End Function

But, it has "compile error: Can't find project or library"

Why?
What's wrong with it?
Thanks.
 
In Autoexec, you have to tell the macro where to look:

Example:

Run App
 
I did that.

But, the error is that Command doesn't work in MS Access.


How can I solve it?
 

Users who are viewing this thread

Back
Top Bottom