N
NKK
I would like to create a search form to allow users to enter search criteria
on first and last names (perhaps some other fields later) using a "LIKE" type
of criteria. I am envisioning that this search will eventually bring back
multiple rows. I would like to set up the form so that the user can select a
particular row from the matches and then open up a "detail" form with the
data from that particular record. I am thinking that my main form will be
unbound and then pass the search parameters to a query and have a subform to
display the results. So how do I choose a record from the results and open
another form with that record displayed? Thanks in advance.
on first and last names (perhaps some other fields later) using a "LIKE" type
of criteria. I am envisioning that this search will eventually bring back
multiple rows. I would like to set up the form so that the user can select a
particular row from the matches and then open up a "detail" form with the
data from that particular record. I am thinking that my main form will be
unbound and then pass the search parameters to a query and have a subform to
display the results. So how do I choose a record from the results and open
another form with that record displayed? Thanks in advance.