Autoexec Problem

  • Thread starter Thread starter Scientific
  • Start date Start date
S

Scientific

Hello all,

I'm trying to get a macro to autorun after a user logs into the database but
I noticed that the Startup properties (Display Form/Page) is set to open a
form. I tried setting (Display Form/Page) to none, then set the first macro
action to "RunMacro" and the "Macro Name" to the name of the macro I want to
run after the user logs in. So far, no dice.

Anyone is welcome to jump in with your two cents about this one. What am I
missing here.

-S
 
Hello all,

I'm trying to get a macro to autorun after a user logs into the database but
I noticed that the Startup properties (Display Form/Page) is set to open a
form. I tried setting (Display Form/Page) to none, then set the first macro
action to "RunMacro" and the "Macro Name" to the name of the macro I want to
run after the user logs in. So far, no dice.

Anyone is welcome to jump in with your two cents about this one. What am I
missing here.

-S

Either just name your macro Autoexec (if there is a macro of that name in your
database it will be executed upon open), or set the startup form's Load event
to the name of your macro.
 
John,

You are an Access genius. I renamed the macro to autoexec and everything
works perfectly. I bow to you sir :-) Thank you so much John!

-S
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top