Checkboxes in forms

S

Sarah

I recently designed a form that pulls information from a
previously created query in a database. The form
functions just as I want it with one exception...the check
boxes.

If I exit the design form and try using the form to input
information, or more simply place a check in a checkbox in
one record, all the records checkboxes are then checked?
Id there any way to adjust this so that only the record I
am working in records this?

I would appreciate any advice.

Thanks
 
R

Rick Brandt

Sarah said:
I recently designed a form that pulls information from a
previously created query in a database. The form
functions just as I want it with one exception...the check
boxes.

If I exit the design form and try using the form to input
information, or more simply place a check in a checkbox in
one record, all the records checkboxes are then checked?
Id there any way to adjust this so that only the record I
am working in records this?

Sounds like the checkbox is not bound to a field in the query.
 
R

Rick Brandt

Sarah said:
I have linked it to a field in the query...and now if I
check the box in the table it's all set...but why can't I
do this in the form?

Where is the query getting this field? From a table or from an expression? The
latter won't work. If you are using the former then do you have this field in the
query set as the ControlSource of the CheckBox on the form?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top