Insert Date with the Keyboard

L

Luis

I need VBA code to insert today - date in field using keyboard, i use select
case keycode.Please no automatic date. Thanks Luis. (e-mail address removed)
 
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. (e-mail address removed)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top