Current Date

NEEDHELP123

Registered User.
Local time
Today, 02:05
Joined
Jun 5, 2006
Messages
23
There is a Date Submitted in my form that I would like it automatically poplulated with the current date. How do I do that?
 
NEEDHELP123 said:
There is a Date Submitted in my form that I would like it automatically poplulated with the current date. How do I do that?

me.[textboxname].value = Date()

or for date and time

me.[textboxname].value = Now()
 

Users who are viewing this thread

Back
Top Bottom