Which button was clicked

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

Is there a way to determine which mouse button was clicked from within a
macro for the "On Mouse Down" event? For example, if the user left clicks a
field on a form, the macro just exits. If the user right clicks, some
actions are taken. For this to work, it seems like I would need the
Condition column to have an expression that indicates which button was
clicked.

BTW, I know how to do this in VBA, but I'd like to know if it is possible in
a macro.

Jay
 
Back
Top