Display report when program opens

A

austin

Is it possible to have a specific report displayed every time the program is
opened?

thanks
 
F

fredg

Is it possible to have a specific report displayed every time the program is
opened?

thanks

Yes!

But isn't your real question How?

Create a new macro.
Action OpenReport
Report Name "YourReportName"
View Preview
Name this macro AutoExec

Each time the database is opened the report will run.
 
A

austin

thanks for your help and time.

you wouldn't happen to know how to have the new record row displayed at the
top of a subform would you?
 
F

fredg

thanks for your help and time.

you wouldn't happen to know how to have the new record row displayed at the
top of a subform would you?

Answered in your other thread.
 
Top