Greetings,
Here is what I want to do. I would like to create a query where the user can select from a list or combo box the values that are in a particular field in the database. For example: I have a field called "Names" and in that field there are 5 records, Joe, Steve, Mary, Pat, and Lisa. I want to create a query where the user can see a list of all the available names and pick the one they want to search for so they can then see the other fields associated with that person.
So far, I can prompt the user to enter a name to search for; however, the user has to type the name exactly as it appears in the record else the query won't pick it up. Is there a way to use a wildcard? (e.g., J* would display all the names starting with J).
Obviously, I have simplified my example to make it easier to explain what I'm trying to do. In my database, a name can appear numerous times that's why I would like to give the user a list of names they can choose from so they don't have to type the name verbatim.
Thanks.
Here is what I want to do. I would like to create a query where the user can select from a list or combo box the values that are in a particular field in the database. For example: I have a field called "Names" and in that field there are 5 records, Joe, Steve, Mary, Pat, and Lisa. I want to create a query where the user can see a list of all the available names and pick the one they want to search for so they can then see the other fields associated with that person.
So far, I can prompt the user to enter a name to search for; however, the user has to type the name exactly as it appears in the record else the query won't pick it up. Is there a way to use a wildcard? (e.g., J* would display all the names starting with J).
Obviously, I have simplified my example to make it easier to explain what I'm trying to do. In my database, a name can appear numerous times that's why I would like to give the user a list of names they can choose from so they don't have to type the name verbatim.
Thanks.