Article ID: 103135
Article Last Modified on 1/18/2007
Macro Name Condition Action
--------------------------------------
MyMacro 1. MsgBox
... SendKeys
1. DLookup("[CustomerID]", "Customers", "[CustomerID] = _
Form.[CustomerID]") is Not Null
NOTE: In versions 1.x and 2.0, there is a space in Customer ID.
MyMacro Actions
--------------------------------------
MsgBox
Message: That value already exists.
SendKeys
Keystrokes: +{TAB}
Wait: No
Note that the ellipsis (...) under the condition indicates that the
condition controls both macro actions. The SendKeys action will
return the pointer to the field just exited.
Additional query words: validate same validationrule
Keywords: kbinfo kbusage KB103135