Startup Macro

  • Thread starter Thread starter Douglas @ Helpdesk
  • Start date Start date
D

Douglas @ Helpdesk

Currently i have a database that it setup to open to a peticular form when
the database is opened. I was wondering if there was a way to display a popup
message when i open the database...

I am able to create a popup message when a query is opened... but that isnt
opened when the database is open.

any suggestions?
 
Edit your existing macro used on startup and add action to open the popup form.
Add the new action after that which opens the current form.
 
Douglas,

You could use a macro or code, presumably MsgBox, on the Open event of
your startup form. Or include it in an AutoExec macro.
 

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