How to enter 'todays date' into header for printing form

W

WiltonWorld

I am trying to enter a code that will print 'todays' date in the header of my
database form when I print out a single record. Can you suggest a solution
please.
 
R

Rick Brandt

WiltonWorld said:
I am trying to enter a code that will print 'todays' date in the header of my
database form when I print out a single record. Can you suggest a solution
please.

=Date()
 
Top