Re: Is a ZOOM feeture available in a form?
- From: "Slez via AccessMonster.com" <u23064@uwe>
- Date: Thu, 07 Dec 2006 20:37:40 GMT
fredg wrote:
Is it at all possible to apply a Zoom feature to a Memo field that exists in[quoted text clipped - 5 lines]
a form that is in data*** view? Maybe users could double click on that
Just some wild thought I just had...wondering if it's even possible...
Thanks in advance.
In Form Design View, code the memo control's Double-click event:
DoCmd.RunCommand acCmdZoomBox
When in Form Data*** view, double-click on the memo field and it
will display the data in a zoom box. In Access 2002 or newer you can
select the font size of the zoom box,
or...
you can set an AutoKey macro so that it will always open at whatever
font size you have selected.
That works terrific! Thank you very much for the help!
Slez
--
Message posted via http://www.accessmonster.com
.
- References:
- Is a ZOOM feeture available in a form?
- From: Slez via AccessMonster.com
- Re: Is a ZOOM feeture available in a form?
- From: fredg
- Is a ZOOM feeture available in a form?
- Prev by Date: RE: Add new record to subform based on condition - URGENT
- Next by Date: Re: Record order in subform
- Previous by thread: Re: Is a ZOOM feeture available in a form?
- Next by thread: Field Cannot Be Updated Error
- Index(es):