M
Matt V
I am running Access 2003 and I am trying to set a variable
to a textbox that is in a subform which is within a second
subform. I have tried :
variable = Forms!formName.textboxName
variable = Forms("formName").textboxName
variable = Form_formName.textboxName
All with no sucess. Any help would be greatly appreicated.
Thanks,
Matt V
to a textbox that is in a subform which is within a second
subform. I have tried :
variable = Forms!formName.textboxName
variable = Forms("formName").textboxName
variable = Form_formName.textboxName
All with no sucess. Any help would be greatly appreicated.
Thanks,
Matt V