could someone please tell me why this does not work, and what i can do to make it work?
(assuming me.openargs = Forms!Form1.Text1)
dim ctl as control
set ctl = me.openargs
ctl.value = “It Worked!!!”
(if i put set ctl = Forms!Form1.Text1 in directly, it works, but the other way it says “object required” or something like that)
thanks in advance