Question : Access saving changes to a checkboxes

There should be a simple solution to this but I cannot see it so I hope you can help. I have a combo box on a form along with 3 text boxes that are populated with a query from a table(easy so far). I also have a checkbox field called Audit_Done in that table that is also on the form. I have the audit_Done ckbox in the query and it is set to False. When a user checks this box I want the user to be removed from the combo box query, I tried a requery statement to accomplish this. But when I check the chkbox it will not save to the table and the users still show up. What am I doing wronng??? I will include the SQL for the query:

SELECT [Tbl:Permissions].Accesses AS Access, [Tbl:Permissions].User_Entries AS [Individual Permissions], [Tbl:Permissions].Remove_Auth AS [Check to Remove], [Tbl:Permissions].Description
FROM [Tbl:Permissions]
WHERE ((([Tbl:Permissions].Remove_Auth)=False) AND (([Tbl:Permissions].Name)=[Forms]![FRM:Employee_Access].[Name_CBO]));

Answer : Access saving changes to a checkboxes

Glad to help
Random Solutions  
 
programming4us programming4us