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!

Access textbox truncates characters

Status
Not open for further replies.
Dec 5, 2001
44
US
I have an access textbox displaying a sql server field (varchar, 8000). My problem is that the form would only show 4000 characters and truncate the rest. It saves all the comments but displays only 4000.

Any ideas?

Thanks,
 
I am going to assume that the text box field has been defined as a memo.

If you resize the control are you able to see any more of your data?



Steve
 
I am working on .adp with SQL Server back-end. Cannot define the field type in access. It is a varchar in sql server. Resizing doesn't help.

It surely has to be some access setting becoz I can see all the data in sql server.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top