R
Ray S.
I want to set up a form that will have a series of text boxes. The idea is
that the user can enter filtering criteria into the boxes. I want that if the
user enters no criteria a button on the form will run a query and return all
the records. If the user enters criteria in just one of the boxes (say it is
labeled, for example, "account number"), and pushes the button, I want the
query to use that criteria to filter on the column assigned to it. If the
user enters multiple criteria, I'd like the query to filter on the entered
criteria as elements in a filtering statement like "criteria1" AND
"criteria2" ... "criteriaN".
Can I get a little help putting this together?
that the user can enter filtering criteria into the boxes. I want that if the
user enters no criteria a button on the form will run a query and return all
the records. If the user enters criteria in just one of the boxes (say it is
labeled, for example, "account number"), and pushes the button, I want the
query to use that criteria to filter on the column assigned to it. If the
user enters multiple criteria, I'd like the query to filter on the entered
criteria as elements in a filtering statement like "criteria1" AND
"criteria2" ... "criteriaN".
Can I get a little help putting this together?