A
Al
I have a query tied to a "Selection Form". This is the query:
SELECT No AS SelectCand, CandName AS Name, CityCand AS City, StateCand AS
ST, CandidateID
FROM tblCand
ORDER BY CandName, StateCand, CityCand;
My goal is to present a form to the user where they select one or more names
that then becomes the criteria for another form search. Selecting the names
is the problem.
When I put a CheckBox in the detail section of the "Selection Form" and tie
it to the query field "SelectCand" the CheckBox does not work.
If I select SelectCand from the field list for the form Access creates a
TextBox--which could be turned into a ComboBox; however, I would like to use
a CheckBox on the form for the selection.
How can I put a CheckBox on this form that will link to the data in the
rowsource of the form and allow this type of selection? Or is there a better
way to accomplish this?
Thanks for your replies!!
SELECT No AS SelectCand, CandName AS Name, CityCand AS City, StateCand AS
ST, CandidateID
FROM tblCand
ORDER BY CandName, StateCand, CityCand;
My goal is to present a form to the user where they select one or more names
that then becomes the criteria for another form search. Selecting the names
is the problem.
When I put a CheckBox in the detail section of the "Selection Form" and tie
it to the query field "SelectCand" the CheckBox does not work.
If I select SelectCand from the field list for the form Access creates a
TextBox--which could be turned into a ComboBox; however, I would like to use
a CheckBox on the form for the selection.
How can I put a CheckBox on this form that will link to the data in the
rowsource of the form and allow this type of selection? Or is there a better
way to accomplish this?
Thanks for your replies!!