OnClick Field input date

AWilderbeast

Registered User.
Local time
Today, 23:07
Joined
Sep 13, 2005
Messages
92
Hi All
Does anybody have or know how to make a field so when its clicked it will enter todays date, the default value =date() is not an option either.

Thanks for any help
 
In the OnClick event of text box or a button [I recommend using a command button].

Code:
TextBox1 = Date()
 

Users who are viewing this thread

Back
Top Bottom