Mouse double-click versus Keystrokes

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
 
N

Nikos Yannacopoulos

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top