L
Larry Kahm
Main form: frmArticles
Combo box with project numbers: cboProjectID.
Subform: sfrmStaff (control is isfrmStaff).
sfrmStaff is linked to frmArticles by project number.
Recordsource for subform is a query that uses a criteria of
Forms!frmArticles!cboProjectID
When I change the value of the project number in the combo box, I expect to
have the contents of the subform update. I've included the following
statement in the AfterUpdate event for the combo box:
Me!isfrmStaff.Form.Requery. However the contents of the subform are not
updated.
What else should I be looking at to correct this?
Thanks!
Larry
Combo box with project numbers: cboProjectID.
Subform: sfrmStaff (control is isfrmStaff).
sfrmStaff is linked to frmArticles by project number.
Recordsource for subform is a query that uses a criteria of
Forms!frmArticles!cboProjectID
When I change the value of the project number in the combo box, I expect to
have the contents of the subform update. I've included the following
statement in the AfterUpdate event for the combo box:
Me!isfrmStaff.Form.Requery. However the contents of the subform are not
updated.
What else should I be looking at to correct this?
Thanks!
Larry