jazzscreamer
Registered User.
- Local time
- Today, 06:21
- Joined
- Mar 27, 2004
- Messages
- 31
Hi,
I am trying to copy my information from text boxes on one form over to text boxes on a subform that is on a seperate form. I have already read the Forms/Subform FAQ and I have successfully done this before. However, for some reason this is not working. If someone can just look at this line of code for me and let me know if something is wrong for that I would appreciate it.
Mainform is named frmClientToolBar
Subform is named Client
Private Sub Form_Current()
Forms.frmClientToolBar!Client.Form!fName.Value = Me.fName.Value
End Sub
I am trying to copy my information from text boxes on one form over to text boxes on a subform that is on a seperate form. I have already read the Forms/Subform FAQ and I have successfully done this before. However, for some reason this is not working. If someone can just look at this line of code for me and let me know if something is wrong for that I would appreciate it.
Mainform is named frmClientToolBar
Subform is named Client
Private Sub Form_Current()
Forms.frmClientToolBar!Client.Form!fName.Value = Me.fName.Value
End Sub