I have a field called R_Cost when the cost change I what to requery the subform.
Private Sub R_Cost_AfterUpdate()
Forms![Food Show - Review All]![Food Show subform]![Cost Review Subform - Review All].Form.Requery
End Sub
This is not working?
Private Sub R_Cost_AfterUpdate()
Forms![Food Show - Review All]![Food Show subform]![Cost Review Subform - Review All].Form.Requery
End Sub
This is not working?