Check Box Dedication

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

Guest

In my form I've installed three check boxes that won't stay constant to a
specific record. Choose the check box for one record, and it's chosen for
all records. How do I correct this behavior?

Nicole
 
They would need to be bound to a field on the record. ie: Their
ControlSource should point to a field in the underlying table/query.
 
Yep. This solved the problem. Thanks.

ruralguy via AccessMonster.com said:
They would need to be bound to a field on the record. ie: Their
ControlSource should point to a field in the underlying table/query.


--
HTH - RuralGuy (RG for short) acXP WinXP Pro
Please post back to this forum so all may benefit.

Message posted via AccessMonster.com
 
Glad I could help Nicole.
Yep. This solved the problem. Thanks.
They would need to be bound to a field on the record. ie: Their
ControlSource should point to a field in the underlying table/query.
[quoted text clipped - 4 lines]
 

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

Similar Threads


Back
Top