form names

  • Thread starter Thread starter Guest
  • Start date Start date
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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top