[AccessD] AutoExec Macro Question

Seth Galitzer sgsax at ksu.edu
Wed Mar 5 16:55:00 CST 2003


Susan,

"Load" may be a reserved word and that might confuse Access.  Try giving
your function a different name and see if that makes any difference.  I
use basInit() for my applications.  By using the LR prefix, I'm pretty
much assured I'm not going to have a lexical collision with the
interpreter.  (Wow, did that sound like a load of bull or what.  How
many buzzwords can I put into one sentence...)

Seth

On Wed, 2003-03-05 at 16:29, Susan Zeller wrote:
> I'm trying to use an AutoExec macro for the first time.  I have an Acess
> XP ADP in Access 2002 format.  I want to run a bit of code on start of
> the application so I created a macro called AutoExec which has one step:
> RunCode and in it I call a function called LOAD which is public and is
> in a module.  When I start my application, it says it can't find Load.
> What am I doing wrong?
> 
> --Susan
> 
> 

-- 
Seth Galitzer			sgsax at ksu.edu
Computing Specialist		http://puma.agron.ksu.edu/~sgsax
Dept. of Plant Pathology
Kansas State University




More information about the AccessD mailing list