G
Guest
This is the code I extracted from one of the subforms which works correcly.
lngResult = Me.Parent.UpdateDASubform()
Me.Parent![DASub].Requery
What is the correct syntax to call this function from the update module?
I have tried this which doesn't work:
lngResult = Form!DAMaster.UpdateDASubform()
frm!DASub.Requery
lngResult = Me.Parent.UpdateDASubform()
Me.Parent![DASub].Requery
What is the correct syntax to call this function from the update module?
I have tried this which doesn't work:
lngResult = Form!DAMaster.UpdateDASubform()
frm!DASub.Requery