I have a form [frmData] that has 3 combo boxs (cboStatus, cboCommittment and cboAssignedTo). Once the user selects the status, I am using an After Update Event to update the records showing. Here are my problems.
1. I have the default value for cboStatus to "Open" but the report when opened shows all records. It's not reflective of the default setting of Open for cboStatus. How can I make this happen on opening the form?
2. When using the 3 filters, it's like things get confused. Let say I assign cboStatus to Open, cboCommittment to Yes and cboAssignedTo to Tom. Then I go back and change cboCommittment to No. It loses the previous settings so now records are showing that should not be per the other combo boxes. For example cboStatus will have previously be set to Open but now it shows Open and Closed items. How can I keep the 3 combo boxes in sync?
Thanks,
Jim
1. I have the default value for cboStatus to "Open" but the report when opened shows all records. It's not reflective of the default setting of Open for cboStatus. How can I make this happen on opening the form?
2. When using the 3 filters, it's like things get confused. Let say I assign cboStatus to Open, cboCommittment to Yes and cboAssignedTo to Tom. Then I go back and change cboCommittment to No. It loses the previous settings so now records are showing that should not be per the other combo boxes. For example cboStatus will have previously be set to Open but now it shows Open and Closed items. How can I keep the 3 combo boxes in sync?
Thanks,
Jim
Last edited: