Autoexec does not see a new function

valeryk2000

Registered User.
Local time
Today, 09:53
Joined
Apr 7, 2009
Messages
157
I inherited Access 2003 database with autoexec on startup. It already contained RunCode function - it worked OK. I added a new function - and within the macro it is OK. However the macro stucks at this point with the popup: "The expression you entered has a function name that database can't find". Help!
 
Is it a public function in a standard module? Does the function have the same name as the module (it can't)?
 
You are right. I changed the module name and it works now!
Thanks
 

Users who are viewing this thread

Back
Top Bottom