Keyboard shortcut for "TODAY" ?

creolejazz

Registered User.
Local time
Today, 16:39
Joined
Jun 28, 2007
Messages
55
I've got a form with a DATE field and the little icon for the calendar appears when I tab to that field. Is there a keyboard shortcut for today's date that I can use without having to click the little calendar icon? I know I can copy today's date and paste it but wondered if there's a keyboard shortcut. ALT+T only works after clicking the calendar icon first.
 
I've got a form with a DATE field and the little icon for the calendar appears when I tab to that field. Is there a keyboard shortcut for today's date that I can use without having to click the little calendar icon? I know I can copy today's date and paste it but wondered if there's a keyboard shortcut. ALT+T only works after clicking the calendar icon first.


Try using the <CTRL> Key and the Semi-Colon Key (";") at the same time. See if that does what you are looking for.
 
Or set the default value as Date().
 
This one seems to work great.

"Or set the default value as Date()."
 
Today shortcut

Why not just set the default value property of the control to "Date()"?
 

Users who are viewing this thread

Back
Top Bottom