Mark,
First of all, you need a control on the detail section of the form,
bound to the memo field. If you don't want to see it on the form,
that's fine, just make it very small, but it needs to be there for this
code to work:
Me.NameOfMemoControl.SetFocus
DoCmd.RunCommand acCmdZoomBox
You could put a little command button on the form, or use the Click
event of one of the other controls on the form.

Signature
Steve Schapel, Microsoft Access MVP
> Hi
>
[quoted text clipped - 17 lines]
> Thanks in advance
> Mark
mthornblad@gmail.com - 03 Dec 2007 18:24 GMT
> Mark,
>
[quoted text clipped - 33 lines]
> > Thanks in advance
> > Mark
Steve
Thanks for your help. I will give this a try.
Mark