Is there a way for a 'date stamp' on a report?

maacky99

Access Newbie
Local time
Today, 07:03
Joined
Jun 3, 2004
Messages
35
I have a report that is generated by my tech's entering info in a form. What I want is for the date to be automatically entered the day that form is completed and then stored that way. Currently, the report is just set up with the =Date() function, so I get the current date everytime I re-print an old report.

Any thoughts?
 
You probably need another field with Date/Time data type which stored Time.
Use Time() built-in function as Control Source.
 

Users who are viewing this thread

Back
Top Bottom