I have a masterform that contains four subforms.
The first subform Activity Subform_DatasheetView
is directly linked to the masterform Compliance
and looks up records based on selections in three dropdowns.
The second subform CommentDatasheet_Subform
shows the records associated with the record selected in the first subform.
The third subform Activity Subform_Detail
shows details from the selected recrod in the first subform. The fourth subform works the same way for the third subform.
All of these subforms work, in so far as they show the details I want, but only after I manually select each subform and then refresh them.
Question: How can I get my subforms to automatically update/refresh? I have only seen the event option "On click" in the main form.