Inputing keystrokes into a macro or module

C

ChuckW

Hi,

I am trying to automate something but am hung up by a dialog box asking me
to confirm printing something. I need for my macro (or module) to be able to
press the enter key. Then I need it to to a tab key and then enter again.
Is there a way to make that happen?

Thanks,
 
R

Rick B

What exactly are you trying to do? Sending keystrokes is rarely the most
efficient way to accomplish something in Access. There are normally codes
that can be used to produce the desired results.
 
Top