I think I'm probably missing something here - been looking at this too long!
I have a database that I am trying to query from a form and return a subset of records. Basically the database has a number of fields - the searched for data could be in any one of them. If I do a basic SELECT (in the SQL editor) that works, showing me all the records. But when I put in a WHERE clause, things start to go awry - the matches don't get returned. Right now, I have a search form with an unbound text box and a button - clicking the button opens the query and SHOULD execute it using the contents of the text box as the search criteria. It does open the query, but no records.
Any ideas?
Thanks,
Brian