K
Kevin Kleinholter
Everytime I select a value in a combo box, I need certain check boxes to
appear on that form. The combo box is ClientNum and the check boxes
that need to appear are subClients. Example: When Client1 is selected
in the combo box, Client1a, Client1b, and Client1c need to appear on the
form as check boxes. All of this is done for a certain ProjectNumber.
If project 1 has Client1 selected, when I switch to Project2, it needs
to have its clients selected, not the same ones as project1.
The reason that the check boxes are selected is that they are the ones
who are going to be involved in the project. When Project1 has been
selected, Project1a, Project1b, and Project1c need to appear already
checked and then the user will deselect the clients that don't apply.
My question is: How can I design this and get everything to work
properly? I have tried many different ways, but my main problem is that
I cannot keep the clients to their ProjectNumber.
If this is not too confusing, I would appreciate the help!
Thanks
K
appear on that form. The combo box is ClientNum and the check boxes
that need to appear are subClients. Example: When Client1 is selected
in the combo box, Client1a, Client1b, and Client1c need to appear on the
form as check boxes. All of this is done for a certain ProjectNumber.
If project 1 has Client1 selected, when I switch to Project2, it needs
to have its clients selected, not the same ones as project1.
The reason that the check boxes are selected is that they are the ones
who are going to be involved in the project. When Project1 has been
selected, Project1a, Project1b, and Project1c need to appear already
checked and then the user will deselect the clients that don't apply.
My question is: How can I design this and get everything to work
properly? I have tried many different ways, but my main problem is that
I cannot keep the clients to their ProjectNumber.
If this is not too confusing, I would appreciate the help!
Thanks
K