Peter Bellamy
Registered User.
- Local time
- Today, 16:07
- Joined
- Dec 3, 2005
- Messages
- 295
I am getting this error when I try to update a control on a form from a control on an open subform.
The subform has a button which open this new form and in a GotFocus event I have the following code:
That is newform.controlname = Forms!formname!subformname!Form.subformcontrolname
I have looked over and over and cannot see what the error is.
All the names are correct, I am puzzled!
The subform has a button which open this new form and in a GotFocus event I have the following code:
Code:
If IsNull([inspect_equipno]) Then
Me.equipno = Forms![Call Entry]![Equipment Record].Form![serialno]
End If
That is newform.controlname = Forms!formname!subformname!Form.subformcontrolname
I have looked over and over and cannot see what the error is.
All the names are correct, I am puzzled!
