Not sure if I'm using the correct terminology here...Basically, I am using a search form to build an SQL statement "on the fly". The resulting statement is a variable named Mysql. What I have discovered (by using the debug window) is that if I put in lots of different criteria in my search form, some of the SQL statement stored in mySQL looks like its been cut off, and the records returned are not what has been specified in the search form. I tried to look up storage size of a string in the help files and all it says is "length of string." So, is there a limit on how long a string a variable can hold, and if so, what can I do to get around this? This will turn into a big problem if I can't figure this out!
Thanks in advance for any input...
[This message has been edited by LQ (edited 10-17-2001).]
Thanks in advance for any input...
[This message has been edited by LQ (edited 10-17-2001).]