G
Guest
I have a form and subform arrangement. I want to bring information form the
form to the subform which I have done before. But the computer is winning
tonight.
I used
Me.frmTask.txtSubSectionID = Me.SubSectionID
I get Error 2465 can't find the field "frmTask" referred...
I have also used
Me!frmTask!txtSubSectionID = Me.SubSectionID
This one works on another subform on the same main form. This setup now
gives me Method or data member not found.
Both highlight the .frmTask
This is spelled correctly. I double checked by pasting it from the property
dialog box.
Thank you. Fay
form to the subform which I have done before. But the computer is winning
tonight.
I used
Me.frmTask.txtSubSectionID = Me.SubSectionID
I get Error 2465 can't find the field "frmTask" referred...
I have also used
Me!frmTask!txtSubSectionID = Me.SubSectionID
This one works on another subform on the same main form. This setup now
gives me Method or data member not found.
Both highlight the .frmTask
This is spelled correctly. I double checked by pasting it from the property
dialog box.
Thank you. Fay