Memo view

  • Thread starter Thread starter Caroline
  • Start date Start date
C

Caroline

Is it possible to view memo fields in an easier-to-read format than the
datasheet view? I use forms, but this is not handy either. Any other way?
Thanks,
Caroline
 
Is it possible to view memo fields in an easier-to-read format than the
datasheet view? I use forms, but this is not handy either. Any other way?
Thanks,
Caroline

A couple. One idea might be to use a Form with a Tab Control; put all of the
other controls on the first tab page and the memo field in a control on the
second tab page. You can also setfocus to a textbox or datasheet cell
containing the memo field and type Shift-F2 to open a "Zoom Box" displaying
the field in a big popup.
 
Back
Top