scottcederlof
Programmer
I am trying to access different forms in an application using a custom menu. I can access anything on the active form by using the _screen.activeform.AnyObjectGoesHere.DoAnythingIwant command. I can't figure out how to get to the other forms that are open but not active especially in a formset. In the above example is there a way to substitute the word 'activeform' with the name of the form I am interested in modifying? Actually I tried that and I couldn't get it to work?