Option Boxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a created a form with several unbound tick boxes. When I move onto a
new record and select different tick boxes it changes the tick boxes in the
previous records. Why is this happening. I need the tick boxes to save.

Your help would be appreciated!
 
Unbound tick boxes do not save. I doubt they are changing a previous record,
just not changing when you change records. I suppose you could clear them in
the Current event of the form if you want them to start unchecked for each
record initially.
 
I have a created a form with several unbound tick boxes. When I move onto a
new record and select different tick boxes it changes the tick boxes in the
previous records. Why is this happening. I need the tick boxes to save.

Your help would be appreciated!

That's because the check boxes are unbound. How is Access supposed to
know which record the checked box belongs to?
You need to set the control source of each check box on the form to a
check box field in your table.
 

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

Back
Top