airbaal
Nov 8th, 2000, 10:58 PM
I am using VB6EE and am using the VisData program to create an Access database. I have a text field, but I guess Access limits text fields to 255 characters. If this is the case, how do you store text that is longer?
The only way I can think of doing it is having multiple fields and writing the first 255 characters to the first field, then the next 255 characters to the next field, etc. Then when I need that info from the database, I just set a text field on the layout to the first database text field, then add the second access field to the end, etc. until all fields have been added to the text box.
Is this how you experts do it? ;-)
Thanks...
Eric
The only way I can think of doing it is having multiple fields and writing the first 255 characters to the first field, then the next 255 characters to the next field, etc. Then when I need that info from the database, I just set a text field on the layout to the first database text field, then add the second access field to the end, etc. until all fields have been added to the text box.
Is this how you experts do it? ;-)
Thanks...
Eric