Control Exclusive to Record

T

Tania

I've been working with a database and I recently added a Check Box that I
want to be exclusive to each record. However, when I click the Check Box for
ONE record, all of the records automatically get checked as well. Is there a
way that I can make sure that the when I click the Check Box that the
information is exclusive to the one record?
 
A

Allen Browne

Create a yes/no field in your table.
Set the Control Source of your check box to this field.

Since it is bound to a field in the table, it can now have a different value
for each record.
 

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