Date on a report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Hi

Create an unbound box and use this as the control source

=Date()

Or use something like

="Report printed "&Date()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top