
Signature
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
... or, if it's impractical to teach the shortcut key combination to all
the users, use code like this...
DoCmd.RunCommand acCmdZoomBox
... for example, on the DblClick event of the form control that your
Notes relate to, or the Click event of a Command Button. Well, if you
use a command button, you will also need your code to do this, before
the ZoomBox method...
Me.YourNotesControl.SetFocus

Signature
Steve Schapel, Microsoft Access MVP
> Press Shift+F2