auto date

netuse@debouck.

Registered User.
Local time
Today, 13:00
Joined
Jun 27, 2004
Messages
37
hi all im a newbie and i have a form with a text field for a time is there a way to click the field and have the current time insert automatically.
 
I suggest that you create a command button beside the field and in the OnClick event of the command button you can use something like this...
Code:
YourTextBoxNameHere = Time
 

Users who are viewing this thread

Back
Top Bottom