dywaynewatkins
MIS
Ok i have a form that i have set up to run my query. this works fine but i need to fine tune how the infomation is obtained.
I want to have a form with many parameters that if info is input into them that all the info is entered you can hit a button and it will search on only the fields with info in them. I can handle making the form
My problem is here
Lets say that i have the following possible input fields
City
First Name
Last Name
Street
Zip Code
Now if i set up a query that has all these fields filled in it will return the one specific thing im looking for
but what if i want to look for say the last name of Doe in ABC city and thats all the info i know and i leave the others blank, when i run my query, i get no results b/c all the field do not have data.
i want it to take the fields i have entered info in and return only the few records that match my criteria.
Thanks in advance for the help
I want to have a form with many parameters that if info is input into them that all the info is entered you can hit a button and it will search on only the fields with info in them. I can handle making the form
My problem is here
Lets say that i have the following possible input fields
City
First Name
Last Name
Street
Zip Code
Now if i set up a query that has all these fields filled in it will return the one specific thing im looking for
but what if i want to look for say the last name of Doe in ABC city and thats all the info i know and i leave the others blank, when i run my query, i get no results b/c all the field do not have data.
i want it to take the fields i have entered info in and return only the few records that match my criteria.
Thanks in advance for the help