S
Steve D
This seems like it should be easy and maybe it is just because it is Monday
but I am having an issue with a subform. I have an unbound combo box called
[cmbMonth] and a subform that pulls from a query which uses the value of
[cmbMonth] as its criteria. In the AfterUpdate property of the combo box I
have the following expression:
Me.[Month].Form![frmAssociatesPaidChargeback_View_Pct].Requery
but it does not update the subform. I am assuming this is not the correct
code to do this. Any help would be appreciated.
but I am having an issue with a subform. I have an unbound combo box called
[cmbMonth] and a subform that pulls from a query which uses the value of
[cmbMonth] as its criteria. In the AfterUpdate property of the combo box I
have the following expression:
Me.[Month].Form![frmAssociatesPaidChargeback_View_Pct].Requery
but it does not update the subform. I am assuming this is not the correct
code to do this. Any help would be appreciated.