QueryDef exceeds 255 characters

  • Thread starter Thread starter Jim Pockmire
  • Start date Start date
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?
 
String variables don't have a 255 character limit: that's only true for Text
fields in tables.
 
Back
Top