So if I want to reference a control (like a text box) on a sub form, from the CBF of the parent form, how should I do this?
me.SubForm.SubControl
Gives me an error.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Be sure to use the name of the subform control, not the form contained – they are often the same, but not always.
More info: http://www.mvps.org/access/forms/frm0031.htm