G
Guest
I need to be able to reference fields on another form dynamically. That is,
instead of FORMS!orderform!field = "abc" I need to be able to set the form
name and field to a variable, such as
form_name = "orderform!field"
forms!form_name = "abc"
but I can't get it to work. How do you make the form name/field name in the
forms! statement a variable?
Thanks in advance for your help!
instead of FORMS!orderform!field = "abc" I need to be able to set the form
name and field to a variable, such as
form_name = "orderform!field"
forms!form_name = "abc"
but I can't get it to work. How do you make the form name/field name in the
forms! statement a variable?
Thanks in advance for your help!