QueryDef exceeds 255 characters

J

Jim Pockmire

My SQL select statement which is being stored in a string variable for a
QueryDef exceeds 255 characters. How can I work around this?
 
D

Douglas J. Steele

String variables don't have a 255 character limit: that's only true for Text
fields in tables.
 
Top