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.
 
Back
Top