text in Memo field truncated in Datasheet view

  • Thread starter Thread starter yenny
  • Start date Start date
Y

yenny

I pasted a chunk of html codes into a memo field (in
Datasheet view), but as soon as I move the cursor to the
next record, the text that I just entered was truncated.
There is no error messages at all. So, how do I know that
the record was fully pasted or not? How to view the whole
text in Datasheet view?
 
yenny said:
I pasted a chunk of html codes into a memo field (in
Datasheet view), but as soon as I move the cursor to the
next record, the text that I just entered was truncated.
There is no error messages at all. So, how do I know that
the record was fully pasted or not? How to view the whole
text in Datasheet view?

Make sure the underlying field is a memo field, not text. Click (set focus)
in the textbox and press SHIFT+F2. a zoom box will open and allow you to
scroll the contents. A memo field can accept up to 64 K from the UI and up
to 2 GB from code.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Memo view 3
Memo Text Truncating 1
Memo fields truncated by TransferText 2
Memo problem 1
How to set color of field? 4
Memo Field in Table Truncated in query results and in report 1
memo pop out box 5
SQL Join 3

Back
Top