I am wondering if there is a way to open a subform when check box in a different subform is clicked and close when check box is unmarked (want to keep them visually separate)
Here are the specifics:
I have a "MasterKey" subform that consists of a list of items with check boxes. The "MasterKey" is tied to a larger client list by field "clientorderid".
I then have different subforms that correspond to each of the fields on the "MasterKey". Each of these subforms is tied to the larger client list by field "clientorderid". One such subform is "Sessions" which corresponds to the field "FIXSessions" on subform "MasterKey".
What I am trying to do is synch the various subforms to the subform "MasterKey" so that when I check one of the boxes (eg. "FIXSessions") another subform will become visible (eg. "Sessions" will appear).