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.
Jasmine wrote: > 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 -- Rick Brandt, Microsoft Access MVP Email (as appropriate) to... RBrandt at Hunter dot com
Thanks for the Tip "Rick Brandt" wrote in message news:7w4rj.4364$uE.77@newssvr22.news.prodigy.net... > Jasmine wrote: >> 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 > > -- > Rick Brandt, Microsoft Access MVP > Email (as appropriate) to... > RBrandt at Hunter dot com > >
½ñÌì°ÂÔË»ð¾æÔÚ±±¾©´«µÝ!