Macro not selecting right name

  • Thread starter Thread starter nancy
  • Start date Start date
N

nancy

I am using a switch board to open up other forms.
In my switch board I have an unbound combo box that lists names from a query.
I have set up a button that is suppose to bring up a form with the name I
selected . However it is bring up the form with the first person in the
query, not the person I selected.
The form is bound to a table

I think some thing is wrong with my macro.


Participants1, Form, , [Forms]![Switchboard]![CombLast Name], Edit, Normal
 
Have tried placing [Forms]![Switchboard]![CombLast Name] in the criteria of
the query?
 
Back
Top