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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

More than 255 characters

Status
Not open for further replies.

supervi

MIS
Mar 22, 2003
61
CA
In my VB code i have a variable of type string. I concat it to a lot of text and i am worried that it might be larger than 255 characters. Is their a way for me to set this string varaiable to have more than 255 characters?

Should i declare it as type memo cause that doesnt seem to work

Any help would be appreciated
 
I thought in VB a string could be billions of characters in length. Only the first 255 would be stored in a type Text field in an Access table, however. Memo in Access table only stores roughly 65000, so that may not be big enough either.

Frank kegley
fkegley@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top