Good evening,
I have a form called frmMainTable with two sub forms (frmFirstTable & frmSecondTable), in the subform frmFirstTable I have placed in the on-current event the following code: Forms![frmMainTable]![frmSecondTable].Form.Requery
However, when I open the frmMainTable I get the following error:
Error 2455 while running
The expression contains an invalid reference to the
property Form/Report
Can somebody explain to me why I am getting this error and how to fix it? When I ignore it, everything looks like it works...
I have simulate the problem in the attachment. Thank you for helping me out
!
I have a form called frmMainTable with two sub forms (frmFirstTable & frmSecondTable), in the subform frmFirstTable I have placed in the on-current event the following code: Forms![frmMainTable]![frmSecondTable].Form.Requery
However, when I open the frmMainTable I get the following error:
Error 2455 while running
The expression contains an invalid reference to the
property Form/Report
Can somebody explain to me why I am getting this error and how to fix it? When I ignore it, everything looks like it works...
I have simulate the problem in the attachment. Thank you for helping me out
