Memo Zoom Box Trigger

J

Jasmine

On my form I have a Memo Field that I need to expand using the

SHIFT/F2 Command.

I don't want the user to remember to use the SHIFT/F2
But would rather they Double click on the memo to activate the command,
but don't know the function to open the Zoom Box


How do I go about getting and activating this.

Do I use the SendKeys function.
 
R

Rick Brandt

Jasmine said:
On my form I have a Memo Field that I need to expand using the

SHIFT/F2 Command.

I don't want the user to remember to use the SHIFT/F2
But would rather they Double click on the memo to activate the
command, but don't know the function to open the Zoom Box


How do I go about getting and activating this.

Do I use the SendKeys function.

Ack! Never use SendKeys.

DoCmd.RunCommand acCmdZoomBox
 

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

Similar Threads


Top