Mouse double-click versus Keystrokes

  • Thread starter Thread starter RB
  • Start date Start date
R

RB

I have a client that wants to use a hot key instead of a mouse double-click.
What are the keystrokes for a double-click without modifying the user's
keyboard options?

If I wanted to use a macro in Access 2000 to trap a function key e.g. F7,
what would the <SendKeys> be?

Thanks,

RB
 
What you need is an Autokeys macro, which will assign a macro action
(or, run another macro if the selected action is RunMacro) to a
particular keystroke, overriding the Access default for that keystroke,
if one exists. Check out Autokeys in Access help. In your case, the
entry in the Names column should be:
{F7}

HTH,
Nikos
 
Back
Top