Can I change the header on an Access query to give me a timestamp.

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

Guest

I need to add a timestamp to a query printout. It would seem that a header or
footer would do just fine for this. I don't seem to be able to modify the
default header though.
Any suggestions?
 
No solution that I know of if you print the query directly, but it's easily
done if you create a report based on the query. Just add a text box to the
report footer with a Control Source property of =Now().
 

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