stephenk1973
Technical User
I have a form whose record source is based on the following query.....
SELECT *
FROM Archive WHERE CONTAINS (*, '"Winston"')
The text, in this case 'Winston' come from a text field in the search form.
How do i deal with increased complexity in the search criteria? Has anyone an example vb function for formating the text that is sent to the query taking into account possiblity of 'and's, 'or's brackets etc.
All suggestions appreiciated.
Thanks
Stephen