I am trying to add a checkbox to a form and am having a rather basic problem. As you will quickly tell I am not an access person, but my boss seems to think so :)
Anyhow, I needed to add a field but couldn't add it to the original table as it is linked. So I created a new table just for the sake of tracking the data. (called Mentor). I created a primary key auto number (ingMentorID), the checkbox info (blnMentor) and (ReadingCoachID ) which is what a link to on the relationships page with the main table (going with relationship all Reading Coach, and Mentor where data is the same).
So then on the main form I added a checkbox. I told it use control source blnMentor but in order to do so I had to change to property setting of the mainform to have the record source be tblMentor (otherwise blnmentor wasn't an option and the checkbox was always gray).
So now when I check the box on one student's record, indicating they are a mentor, it checks it on every student's record...or vice versa if I uncheck it. This is a problem.
I read the the archives and found an article about check boxes that stayed checked and it said to check the control source for the unbound item...control source is blnMentor.
What am I doing wrong here?
Any ideas would be great...and if they could be in simple minded human language I would greatly appreciate :)
SoNew
Anyhow, I needed to add a field but couldn't add it to the original table as it is linked. So I created a new table just for the sake of tracking the data. (called Mentor). I created a primary key auto number (ingMentorID), the checkbox info (blnMentor) and (ReadingCoachID ) which is what a link to on the relationships page with the main table (going with relationship all Reading Coach, and Mentor where data is the same).
So then on the main form I added a checkbox. I told it use control source blnMentor but in order to do so I had to change to property setting of the mainform to have the record source be tblMentor (otherwise blnmentor wasn't an option and the checkbox was always gray).
So now when I check the box on one student's record, indicating they are a mentor, it checks it on every student's record...or vice versa if I uncheck it. This is a problem.
I read the the archives and found an article about check boxes that stayed checked and it said to check the control source for the unbound item...control source is blnMentor.
What am I doing wrong here?
Any ideas would be great...and if they could be in simple minded human language I would greatly appreciate :)
SoNew
Comment