Current date and time on the report

A

Alan T

Is there any control I can put onto the report showing the current date and
time of printing?
 
J

James

Hi

Create a text box on the report and set it's control source property
to the below:
=now()

Regards
 
Top