A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Please Help! A2K memo field shows eror "Too much text to edit"



 
 
Thread Tools Display Modes
  #1  
Old August 11th, 2004, 04:33 AM
Lauren Wilson
external usenet poster
 
Posts: n/a
Default Please Help! A2K memo field shows eror "Too much text to edit"

Hope someone has some insight to this problem.

I have a form that contains a large (5" x 4") text box bound to a memo
field. This field allows users to type in the text of an email to be
sent through Outlook (via automation). I ONE user who send me his
back end data base where he has inserted several two - three page
emails. When scrolling through the records, two of about twenty
records shows and error that says "Too much text to edit". This error
occurs when the cursor is placed inside the text box that is connected
to the memo field. After the error appears, the text temporarily
disappears. When the form refreshes, the text reappears. Go figure!

I DO have VBA code in the "On Enter" event that checks the cursor
position inside the text box. Disabling this code does not cure the
problem.

BTW -- according to Microsoft, up to 64 MEGABYTES of text can be
stored in a single record memo field. I assure you our entries in
this field are nowhere NEAR that amount.

Anyone have a clue why this is happening?

Many thanks for all responses.
  #2  
Old August 12th, 2004, 04:02 AM
TC
external usenet poster
 
Posts: n/a
Default Please Help! A2K memo field shows eror "Too much text to edit"

Try commenting out the whole code module by placing #IF FALSE THEN at the
start, and #ENDIF at the end. (Remember the crosshatches!) Then you can be
confident that *none* of the code is causing it.

HTH,
TC


"Lauren Wilson" wrote in message
...
Hope someone has some insight to this problem.

I have a form that contains a large (5" x 4") text box bound to a memo
field. This field allows users to type in the text of an email to be
sent through Outlook (via automation). I ONE user who send me his
back end data base where he has inserted several two - three page
emails. When scrolling through the records, two of about twenty
records shows and error that says "Too much text to edit". This error
occurs when the cursor is placed inside the text box that is connected
to the memo field. After the error appears, the text temporarily
disappears. When the form refreshes, the text reappears. Go figure!

I DO have VBA code in the "On Enter" event that checks the cursor
position inside the text box. Disabling this code does not cure the
problem.

BTW -- according to Microsoft, up to 64 MEGABYTES of text can be
stored in a single record memo field. I assure you our entries in
this field are nowhere NEAR that amount.

Anyone have a clue why this is happening?

Many thanks for all responses.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Append Query cutting off memo field Jenni Running & Setting Up Queries 1 August 2nd, 2004 08:28 PM
ASK Field Behavior Greg Mailmerge 9 July 2nd, 2004 02:44 PM
Bug? - Group By turning field property from Memo to Text Callaway Running & Setting Up Queries 3 June 28th, 2004 04:37 AM
Determine the start position of each CanGrow memo field on a report when it is printed. DaveR General Discussion 5 June 17th, 2004 01:23 PM
Importing data into a MEMO field RoMi Database Design 1 April 28th, 2004 05:07 PM


All times are GMT +1. The time now is 07:49 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.