Send Keystrokes

G

Guest

I have a macro that runs when a button is pushed, this appends some tables
with fresh information, but it will not allow the information to be
duplicated. I get the normal message that says x number or records could not
be appended due to duplication. I have sent a sendkey y in the macro to try
and make this seamless for the operators but it does not seem to work, is
there something else I can do. Thanks
 
S

Steve Schapel

Akrt,

You didn't mention what your macro does. Assuming you are using an
OpenQuery action to run an Append Query, you can put a SetWarnings/No
action in the macro before the OpenQuery action, which will suppress the
display of the action query confirmation prompts.
 
G

Guest

You are a good guesser, thanks Steve.

Steve Schapel said:
Akrt,

You didn't mention what your macro does. Assuming you are using an
OpenQuery action to run an Append Query, you can put a SetWarnings/No
action in the macro before the OpenQuery action, which will suppress the
display of the action query confirmation prompts.
 

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