G
Guest
I am recieving an error message when I go to view a form about a subform that
contains contact information. The code is as follows:
Private Sub Form_Current()
Form_ [frmpeople_and_places].Recalc
Form_FrmInvestment1.Recalc
End Sub
The form name is correct, but it fails to recognize it. What should I do?
contains contact information. The code is as follows:
Private Sub Form_Current()
Form_ [frmpeople_and_places].Recalc
Form_FrmInvestment1.Recalc
End Sub
The form name is correct, but it fails to recognize it. What should I do?