Date on a report

D

Dig

I have created a report based on a query and it works fine. I have tried to
use the insert date and time to have the days date and time placed on the
report but whenever I do and try to print the report it asks me for a date
input and if I just hit ok passed that then the report comes up with "#name"
where the date should be.

I also tried just putting Date() in the header and detail and still get
nowhere.

What am I doing wrong?
 
W

Wayne-I-M

Hi

Create an unbound box and use this as the control source

=Date()

Or use something like

="Report printed "&Date()
 
Top