I have a table with the following fields: client, project number, project manager, project manager email
I have a form with text fields for each field of the table and I want to have a query run when the user presses a button on the form. How to i make the query only pick the data from the fields that the user entered information into?
for example:
client: AAAA
project number: <null>
project manager: EFudd
I want the query to only pull information that matches the fields that are populated by the user