I have a form that has these fields in it:
First Name
Last Name
Phone Number
Email Address
Home Address
State
Zip Code
These are on a Search Form that I enter corresponding search criteria into and I have it driving a query. Then it brings up the results of that query in another form (tabular). The problem is that I am having trouble with my criteria not working properly. Case and point:
If I have a First Name but don't have anything else I want it to display everything that still has that First Name. I also want that same mentality to work for all the fields at the same time. For instance if I knew what last name and state I was looking for but didn't know anything else I would want to bring up everyone with a certain last name living in a certain state. I also would like it to work for three criteria etc. or more on every field. Is this possible? Thank you and how could it be accomplished if it is?
First Name
Last Name
Phone Number
Email Address
Home Address
State
Zip Code
These are on a Search Form that I enter corresponding search criteria into and I have it driving a query. Then it brings up the results of that query in another form (tabular). The problem is that I am having trouble with my criteria not working properly. Case and point:
If I have a First Name but don't have anything else I want it to display everything that still has that First Name. I also want that same mentality to work for all the fields at the same time. For instance if I knew what last name and state I was looking for but didn't know anything else I would want to bring up everyone with a certain last name living in a certain state. I also would like it to work for three criteria etc. or more on every field. Is this possible? Thank you and how could it be accomplished if it is?