D 
		
								
				
				
			
		Darrell
How do I reference a control in a sub sub form?
I am trying to set the value of an unbound text box in a
sub sub form to the value of a combo box on the subform
on the Current event of the subform.
The following is my syntax:
"Forms!subfrmSurveyQuestion!
subsubfrmAnswers.txtQuestionNumber = Me.cboQuestionNumber"
On run, I get error 2450 "Microsoft Access can't find the
form 'subformSurveyQuestion' referred to..."
If I use "Me!subsubfrmAnswers.txtQuestionNumber =
Me.cboQuestionNumber" I get error 438, "Object doesn't
support this property of method."
Help!
Thanks!
				
			I am trying to set the value of an unbound text box in a
sub sub form to the value of a combo box on the subform
on the Current event of the subform.
The following is my syntax:
"Forms!subfrmSurveyQuestion!
subsubfrmAnswers.txtQuestionNumber = Me.cboQuestionNumber"
On run, I get error 2450 "Microsoft Access can't find the
form 'subformSurveyQuestion' referred to..."
If I use "Me!subsubfrmAnswers.txtQuestionNumber =
Me.cboQuestionNumber" I get error 438, "Object doesn't
support this property of method."
Help!
Thanks!
