Hey guys
I change a subforms SourceObject so that a popup can be used to edit the records or add new ones. This works with the following code.
Now I want to close the popup and repopulate that subform, I thought the 'On Got Focus' event would do it but for some reason its not....
Any idea where the code below should go in order to get that subform to show back up?
I change a subforms SourceObject so that a popup can be used to edit the records or add new ones. This works with the following code.
Me.subfrmQualObservations.SourceObject = ""
Now I want to close the popup and repopulate that subform, I thought the 'On Got Focus' event would do it but for some reason its not....
Any idea where the code below should go in order to get that subform to show back up?
Me.subfrmQualObservations.SourceObject = "subfrmQualObservations"