ACC: How to Send the Contents of a Control with SendKeysLast reviewed: April 2, 1997Article ID: Q95455 |
The information in this article applies to:
SUMMARYModerate: Requires basic macro, coding, and interoperability skills. To specify the contents of a control or field in the SendKeys action argument, you must precede the control or field name with an equal sign (=) in the Keystrokes argument.
MORE INFORMATIONThe following example will perform a SendKeys action and send the contents of Field0 as the argument to the action.
Action Keystrokes ------------------------------- SendKeys =Forms!Form1!Field0 |
Additional query words: how to
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |