S
Scott
Trying to build a form-based query which allows the user
to search for records using values from five record
fields. The fields I'm searching against include the
primary key (as a text box), and four combo boxes that
display looked up values.
I've set up the form to run against a query, and have
entered the parameters in the query design window (as well
as the query parameters table). In each case, I'm
referencing the form name and the controls located on the
form using the [Forms]![FormName]![ControlName]syntax.
I've been trying to tweak this query all day, but still
can't get it to return any results, no matter which
criteria I select in the form.
Any ideas?
Scott
to search for records using values from five record
fields. The fields I'm searching against include the
primary key (as a text box), and four combo boxes that
display looked up values.
I've set up the form to run against a query, and have
entered the parameters in the query design window (as well
as the query parameters table). In each case, I'm
referencing the form name and the controls located on the
form using the [Forms]![FormName]![ControlName]syntax.
I've been trying to tweak this query all day, but still
can't get it to return any results, no matter which
criteria I select in the form.
Any ideas?
Scott