Open report at startup

  • Thread starter Thread starter Iago
  • Start date Start date
I

Iago

I have a database whis has a report I need opened auomatically at startup. I
set the pop up property to yes and created a macro to maximize the report. I
also have a schedule task to open the database at startup but it doesn't seem
to be working. The database opens up at startup, but nothing else happens.
Is there a way to accomplish this?
 
I have a database whis has a report I need opened auomatically at startup. I
set the pop up property to yes and created a macro to maximize the report. I
also have a schedule task to open the database at startup but it doesn't seem
to be working. The database opens up at startup, but nothing else happens.
Is there a way to accomplish this?

A macro that you name AutoExec runs automatically at database start
up.

Create a macro to open the report in Preview (or Print) mode.
Name the macro AutoExec

Look up
AutoExecute + About startup options
in Access Help.
 
Thank you, This solved my problem!

fredg said:
A macro that you name AutoExec runs automatically at database start
up.

Create a macro to open the report in Preview (or Print) mode.
Name the macro AutoExec

Look up
AutoExecute + About startup options
in Access Help.

--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
.
 
Back
Top