help, I delete my field by ill-tasting (Ctrl 2) :-(((

  • Thread starter Thread starter erik
  • Start date Start date
E

erik

Hi
I use Access2002
One field in a record is a looooong text-field (from transscribing 1600-century
will's) and I often use " (uppercase+2 on my keyboard) - but if I instead hit
Ctrl+2 by mistake (which is easy done) all I have written is overwritten with what
is in the "copy-holder" and can't be brought back :-(((
Now is Ctrl+2 a Windows-shortcut or a Access-shortcut
and please how can I change that annoying shortcut
 
<Esc> will undo any data entry prior to the form's Before Update event. You
can use the Key Press event to trap and disable any key or key combo,
however, you'll need to get the ASCII equivalent for the code statement.
-Ed
 

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

Back
Top