Using Checkboxes in subforms

A

amandap83

I have a form "Clients" and a subform for the multiple projects under a
specific client. I want to be able to create a checkbox in the subform where
I can check the box for one project and not all the others. So far I've found
if a box is checked all projects/boxes are checked. Is there a way I can
select to have some of the projects in my subform checked and some not?
 
A

Arvin Meyer [MVP]

You have an unbound checkbox. You can check a checkbox that's bound to the
underlying table.
 
Top