I want to build a form for a user to build a query. There are several fields: start date, employee, client, user, and problem.
I would like the user to be able to check which parameters he/she wants to use in the query and then execute it. Example, check date and employee - the query will only search the table for the employee between the dates entered.
Then for the problem, (if checked) I would like to put in a boolean search. ie. "Like software and install".
I already have the form created, just need to know how to write the code to create the needed SQL statement. Thanks, Doug
|