L
lynn
Hi,
Is it possible to do something like this:
dim sformName as string
sFormname = "OtherForm"
And then refer the form control
forms!OtherForm.txtBox1
as
forms!sFormName!txtBox1
If so what is the correct syntax?
Thanks
Is it possible to do something like this:
dim sformName as string
sFormname = "OtherForm"
And then refer the form control
forms!OtherForm.txtBox1
as
forms!sFormName!txtBox1
If so what is the correct syntax?
Thanks