N netuse@debouck. Registered User. Local time Today, 13:00 Joined Jun 27, 2004 Messages 37 Jun 27, 2004 #1 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.
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.
ghudson Registered User. Local time Today, 16:00 Joined Jun 8, 2002 Messages 6,194 Jun 28, 2004 #2 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
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