E
Ember
I have created a unbound form that contains nine unbound text boxes (five of
which are combo boxes) which have a default value of "*". The purpose of
which is to create a "search" form for users that lets them enter criteria to
search the records in the database.
The query that I created calls for the information entered into these boxes
as its criteria to return information. (Example "Like
[Forms]![frmSearch]![Entity]")
Two issues: first when all fields are left at "*" all records are returned,
as they should be. However, when any information is entered all records are
still returned and are not filtered by what was entered.
Second: I have embedded the query into the form so that the serach
perameters are on the top half and the query results are in the bottom half
so, supposedly, the results will be shown without leaving the form (in case
they want to serach again or enter more criteria to further filter the
results. However, when I click my "Search" comand botton to run the query,
it opens the results in a new window as opposed to showing them below the
search perameters.
Any suggestions?
which are combo boxes) which have a default value of "*". The purpose of
which is to create a "search" form for users that lets them enter criteria to
search the records in the database.
The query that I created calls for the information entered into these boxes
as its criteria to return information. (Example "Like
[Forms]![frmSearch]![Entity]")
Two issues: first when all fields are left at "*" all records are returned,
as they should be. However, when any information is entered all records are
still returned and are not filtered by what was entered.
Second: I have embedded the query into the form so that the serach
perameters are on the top half and the query results are in the bottom half
so, supposedly, the results will be shown without leaving the form (in case
they want to serach again or enter more criteria to further filter the
results. However, when I click my "Search" comand botton to run the query,
it opens the results in a new window as opposed to showing them below the
search perameters.
Any suggestions?