G
Guest
Hi, I am getting the following error:
"method or data member not found"
when I run a sub containing this line:
DoCmd.OpenForm "frmPartners_Entry", , , "Partner_Service" =
Me.TextBox.PartnerName
The debugger highlights the last part of the code (ie:
"Me.TextBox.PartnerName") when the error comes up.
(This sub is simply to open a new form, at the record already in the textbox
on the original form, actioned at the double click event)
I have checked other threads here to make sure the code is syntactically
correct, adn i think it is. Can anyone help?
Thanks
"method or data member not found"
when I run a sub containing this line:
DoCmd.OpenForm "frmPartners_Entry", , , "Partner_Service" =
Me.TextBox.PartnerName
The debugger highlights the last part of the code (ie:
"Me.TextBox.PartnerName") when the error comes up.
(This sub is simply to open a new form, at the record already in the textbox
on the original form, actioned at the double click event)
I have checked other threads here to make sure the code is syntactically
correct, adn i think it is. Can anyone help?
Thanks