Truncation in MS Access 2003

J

Jason

Does MS Access 2003 truncate text data fields at 255 characters? How do I
change the truncation of text data?
 
J

John Vinson

Does MS Access 2003 truncate text data fields at 255 characters? How do I
change the truncation of text data?

Text fields are limited to 255. Memo fields are limited to 65536
characters, or actually to 2 GByte if you fill them programmatically
rather than by typing into them.

John W. Vinson[MVP]
 
Top