M
Mike C.
Hello.
I have a form with a list box on that lists specific
fields (LastName, FirstName, State, Organization) of all
the records in my database. And I have it so when I
double-click on the specific record, it opens up the main
form with all of that person's info.
What I would like to do is set up a few text boxes on that
form that will allow me to filter the list box's results.
So if I type in the txtLastName box "Car", all of the
records with the last names beging with "Car" (e.g.
Carter, Carrie, Carson) will come up then, if I type in
the txtFirstName "Mi" all of those names with "Mi" for a
first name will come up (e.g. Carter Mike, Carrie
Michelle, Carson Milford). Is this possible, and if so,
will those records still appear even if they do not have a
State and/or a organization associated with their record?
Any assistance would be appreciated.
Thanks in advance,
m.
I have a form with a list box on that lists specific
fields (LastName, FirstName, State, Organization) of all
the records in my database. And I have it so when I
double-click on the specific record, it opens up the main
form with all of that person's info.
What I would like to do is set up a few text boxes on that
form that will allow me to filter the list box's results.
So if I type in the txtLastName box "Car", all of the
records with the last names beging with "Car" (e.g.
Carter, Carrie, Carson) will come up then, if I type in
the txtFirstName "Mi" all of those names with "Mi" for a
first name will come up (e.g. Carter Mike, Carrie
Michelle, Carson Milford). Is this possible, and if so,
will those records still appear even if they do not have a
State and/or a organization associated with their record?
Any assistance would be appreciated.
Thanks in advance,
m.