I have a search run from a from which uses text typed by the user in a textbox as its criteria.
However if the user chooses to search for a string that includes a '[' or ']' then the sql runs into problems since by its nature the sql contains many '[' and ']' e.g. around tablenames and fieldnames etc
Any ideas ?
Do I first have to convert the string into chr(?) and search like that & would it work?
Thanks
However if the user chooses to search for a string that includes a '[' or ']' then the sql runs into problems since by its nature the sql contains many '[' and ']' e.g. around tablenames and fieldnames etc
Any ideas ?
Do I first have to convert the string into chr(?) and search like that & would it work?
Thanks