officemanager2
Technical User
Hello: I'm trying to put together a search by name form (namefind) using a combo box. I've got to the point where the combo box uses a query to search the names, but I can't seem to get it so that when a name is selected (double clicked) the form (Mailing List) with the contact info on it opens up.
From what I've been able to understand I need to set the filter on the (Mailing List) form (this is the form with the contact info on it) to something like this
namefindQ!First Name=form!namefind.FNsearch
namefindQ is the query
First Name is the field that is being searched
namefind is the form with the combobox
FNsearch is the combo box
In the combo box I have the event dblclick set to the following
[FNsearch]=Forms![Mailing List]!namefind!FNsearch
It seems this is close to what I would like to do, but is falling short.
thanks
From what I've been able to understand I need to set the filter on the (Mailing List) form (this is the form with the contact info on it) to something like this
namefindQ!First Name=form!namefind.FNsearch
namefindQ is the query
First Name is the field that is being searched
namefind is the form with the combobox
FNsearch is the combo box
In the combo box I have the event dblclick set to the following
[FNsearch]=Forms![Mailing List]!namefind!FNsearch
It seems this is close to what I would like to do, but is falling short.
thanks