here's what i'm trying to do. I have a table (Table1) and what I'm trying to do is use a form (SearchForm) that would call a query. This form needs to have multiple fields that it can query from by hitting a submit button or similiar. I could do a bunch of separate select queries but would like to be able to have the user type in the fields in the form (any that he wanted to search with) the rest should all be wildcarded, and call a query that will display results of search in another canned form that I have. How would I go about doing this. Any help greatly appreciated.
Jim
Jim