Results 1 to 8 of 8
  1. #1
    cdell7up is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2012
    Posts
    74

    Need help with displaying text in memo box on a form

    I have an form that I would like all the text to display in a memo field. Some of the text in the memo field my be several sentences long, and right now it will not display all of the text in some fields. I would like for the text to wrap and expand the memo box. Can anyone help me on this.

  2. #2
    tanvi is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Mar 2012
    Posts
    100
    It is only happens when the memo field is grouped, the data is truncated at 255 characters. To work around the problem, choose first instead of group. This will retain the memo field length and display all data. Check this article for more information about the issue: http://allenbrowne.com/bug-18.html

  3. #3
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Textbox on form will not grow. Make the box tall enough (at least two lines high) and the vertical scroll bar will be available.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  4. #4
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    tanvi, you should note that the OP is talking about a Memo Field being displayed on a Form, while Allen's article is talking about the problem on a Report.

    cdell7up, in addition to June7's sound advice, if you require more 'room' than you have 'real-estate' on your Form to display, you could use the Double-Click event of the Memo's Textbox to either run the Zoom Command to expand the Control, temporarily, or a custom 'zoom box,' which uses a second, larger Textbox for the Field and controls its Visibility, as needed.

    Linq ;0)>

  5. #5
    cdell7up is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2012
    Posts
    74
    Quote Originally Posted by June7 View Post
    Textbox on form will not grow. Make the box tall enough (at least two lines high) and the vertical scroll bar will be available.

    I forgot to mention the form is actually a subform. Is there a way to do this in a subform?

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Is it in DatasheetView? The scroll bar will not show. In Form view can resize the entire record height to show all data. But this might not be practical for a memo field with very long string.

    Missinglinq's ideas might work regardless of view. I never tried.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #7
    cdell7up is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2012
    Posts
    74
    Quote Originally Posted by Missinglinq View Post
    tanvi, you should note that the OP is talking about a Memo Field being displayed on a Form, while Allen's article is talking about the problem on a Report.

    cdell7up, in addition to June7's sound advice, if you require more 'room' than you have 'real-estate' on your Form to display, you could use the Double-Click event of the Memo's Textbox to either run the Zoom Command to expand the Control, temporarily, or a custom 'zoom box,' which uses a second, larger Textbox for the Field and controls its Visibility, as needed.

    Linq ;0)>
    I like this idea. My questions are I know how to get to the double click event in the properties menu. How do I get the command Zoom as a control. Do I need to create a macro?

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Google: microsoft access zoom box

    See if this helps http://www.tutorialized.com/tutorial...ess-2007/41247
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. rich text memo field
    By jedder in forum Reports
    Replies: 1
    Last Post: 05-11-2012, 02:48 PM
  2. Memo -- SQL text fields
    By jim56 in forum Access
    Replies: 0
    Last Post: 12-01-2011, 03:54 PM
  3. Replies: 1
    Last Post: 11-07-2010, 11:04 AM
  4. Need help with Memo field text format
    By sprovoyeur in forum Access
    Replies: 1
    Last Post: 05-14-2010, 08:03 AM
  5. extract text from memo
    By lions1855 in forum Queries
    Replies: 2
    Last Post: 05-03-2010, 07:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums