Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What's the MAX character a text field can have?

Status
Not open for further replies.
Dec 9, 2003
8
US
I setup a text field as MEMO, it should be able to enter text more than 255, right? But when reopen the DB, it cutoff the rest of text, only 255 left? What's wrong?
 
Check and see if there is some sort of format set on that text field that might be limiting the data. I had a memo field that had the format of short date, how it got there I have no idea, which cut my data off. After I cleared the format property, my data came back. If that doesn't help, then check and see if there is a set value in the text field's property indicating 255.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top