Form/SubForm Problem

jazzscreamer

Registered User.
Local time
Today, 07:49
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
 
Hi,

Thank you, I have already read that and tried that syntax and have also tried the syntax that I posted. However, neither syntax has worked and I don't know why. Thank you again though for your response.
 
Hi Pat,
Thanks for your reply. I got it figured out. Thanks anyway. Joel
 

Users who are viewing this thread

Back
Top Bottom