Hi there,
is it possible to use variable to hold a long form name within a procedure?
For example:
formAAAAAA.text1
formAAAAAA.text2, etc.
How if just declare X = "FormAAAAA"
then do x.text1, x.text2, etc.
Is there a way to make it work? (Besides using with/end with)
Any help is appreciated.
is it possible to use variable to hold a long form name within a procedure?
For example:
formAAAAAA.text1
formAAAAAA.text2, etc.
How if just declare X = "FormAAAAA"
then do x.text1, x.text2, etc.
Is there a way to make it work? (Besides using with/end with)
Any help is appreciated.