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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top