Open form and set value of field to previous form's value?

  • Thread starter Thread starter Crystal
  • Start date Start date
C

Crystal

You're getting the #Name? not because of the control
*name*, but the *controlsource*.

Make sure if you're referring to a subform within a form
that you code it like this:

frmMainFormName.frmSubFormName.Form.ctlControlName.ControlP
roperty

Maybe this will help,
Crystal
 
Crystal said:
You're getting the #Name? not because of the control
*name*, but the *controlsource*.

Make sure if you're referring to a subform within a form
that you code it like this:

frmMainFormName.frmSubFormName.Form.ctlControlName.ControlP
roperty

Maybe this will help,
Crystal

Crystal, Thank you! That was the problem. I appreciate your help.

Kim
 
Back
Top