G
Guest
My main form has six sub forms which are refreshed when I select an item from
a list box.
I have used the On Click, Event Procedure which works fine;
[Forms]![frmModules]![frmPersonnelDetails].Requery
[Forms]![frmModules]![frmModule1].Requery
[Forms]![frmModules]![frmModule2].Requery
[Forms]![frmModules]![frmModule3].Requery
[Forms]![frmModules]![frmExclusiveControl].Requery
[Forms]![frmModules]![frmLockboxOfficer].Requery
I have also used Me.Refresh and this work fine as well.
However I also need to do the same function in the After Update in some of
the sub-forms to refresh all but it doesn’t work from the sub-form. I have
tried both the requery and the Refresh but no luck.
Can any one point me in the right direction. Also what is the difference
between doing the refresh and requery.
Regards
Nick
a list box.
I have used the On Click, Event Procedure which works fine;
[Forms]![frmModules]![frmPersonnelDetails].Requery
[Forms]![frmModules]![frmModule1].Requery
[Forms]![frmModules]![frmModule2].Requery
[Forms]![frmModules]![frmModule3].Requery
[Forms]![frmModules]![frmExclusiveControl].Requery
[Forms]![frmModules]![frmLockboxOfficer].Requery
I have also used Me.Refresh and this work fine as well.
However I also need to do the same function in the After Update in some of
the sub-forms to refresh all but it doesn’t work from the sub-form. I have
tried both the requery and the Refresh but no luck.
Can any one point me in the right direction. Also what is the difference
between doing the refresh and requery.
Regards
Nick