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

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
 
K

K White

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top