AutoKeys no longer working

K

Kincaid

I have a table that contains the fields "Number" and "Text." I use the
table as a record source for a continuous Text Selection form that allows
the user to select a text that they want to use in a data entry form. From
this data entry
form, the use the keystroke combination ^K which, using an AutoKeys macro,
pops up the Text Selection form from which they select the text they want
entered into the data entry form. The code then copies and pastes the
selected text back into the original data entry form, obviating a lot of
repetitious typing. It has worked great for months but now I have a problem:
The AutoKeys macro ^K no longer works.
I've tried deleting the specific ^K macro action and redoing it; tried
other key combinations; even tried deleting Autokeys and re-doing the whole
macro but nothing works.
My questions are: 1) What the heck happened here? and 2) Is there code
that one can use thet does the same thing as the Autokeys macro?
Sorry I wasn't clear earlier, and thanks.
 

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