T tim1982 Registered User. Local time Today, 04:14 Joined Feb 18, 2009 Messages 21 Feb 24, 2009 #1 Is it possible to open a report on startup? I know it's easy to open a form on startup, so I assumed it's the same for reports, but no no no. Any tricks?
Is it possible to open a report on startup? I know it's easy to open a form on startup, so I assumed it's the same for reports, but no no no. Any tricks?
pbaldy Wino Moderator Staff member Local time Today, 04:14 Joined Aug 30, 2003 Messages 36,272 Feb 24, 2009 #2 You could either have an autoexec macro that opened the report, or if you have a form opening anyway, open the report in the form's open event.
You could either have an autoexec macro that opened the report, or if you have a form opening anyway, open the report in the form's open event.
T tim1982 Registered User. Local time Today, 04:14 Joined Feb 18, 2009 Messages 21 Feb 24, 2009 #3 AutoExec works well. Thanks Paul, Tim