current date on form

deadcalm

New member
Local time
Today, 13:10
Joined
Oct 19, 2002
Messages
7
Is it possible to code a textbox for the current date to automatically appear in it when you open the form?
 
Assuming you just want to display the date then add an unbound textbox and set the control source to =Date()
 
The only problem is that it changes the date on all the records. I only wanted the current date to appear on the form so that the data help desk associate would not have to constantly be typing in the call date when a Staff member calls in with a problem.
 

Users who are viewing this thread

Back
Top Bottom