event before application

  • Thread starter Thread starter Souris
  • Start date Start date
S

Souris

I wanted to write some code when user opening the database. All the even
bases on forms. The earliest event is form load.

Are there any even at application level lile onApplicationLoad or
onApplicationActivate even to wrong some code even before user opens the form?

Your help is great appreciated,
 
Souris said:
I wanted to write some code when user opening the database. All the even
bases on forms. The earliest event is form load.

Are there any even at application level lile onApplicationLoad or
onApplicationActivate even to wrong some code even before user opens the form?


You can create a macro name AutoExec and use that to call
any public procedure you want.
 

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

Back
Top