Insert Date with the Keyboard

P

Penguin

Other than typing in the date you could set the default value for the
date field to: =Date() or =Now()
 
J

John Nurick

I need VBA code to insert today - date in field using keyboard, i use select
case keycode.Please no automatic date. Thanks Luis. [email protected]

In English-language version of Access there is a standard keyboard
shortcut to insert today's date in to a control:
Ctrl+;
There is probably an equivalent in your version.
 
Top