I am writing a query using a combo box on an open form as a parameter.
the combo box is three fields, name, address, and phone.
I am trying to use forms!ParticipantPicker!combo58.col(0)
to select the name to use in the query
and am getting a syntax error.
This reference works to write a record from a form... so it certainly won't work in a query
Can someone post the correct way to reference a combo box column on a form in a query?
Thanks,
Dave
the combo box is three fields, name, address, and phone.
I am trying to use forms!ParticipantPicker!combo58.col(0)
to select the name to use in the query
and am getting a syntax error.
This reference works to write a record from a form... so it certainly won't work in a query
Can someone post the correct way to reference a combo box column on a form in a query?
Thanks,
Dave