Startup Macro

  • Thread starter Douglas @ Helpdesk
  • 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?
 
K

KARL DEWEY

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.
 
S

Steve Schapel

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