Hello, I was wondering if anyone could tell me how to put a variable in a form reference?
Example:
strA = intForm + 1
strA = "Add_" + strA
Forms!strA.Controls!lblTitle.Caption = Forms!strB.Controls!lblTitle.Caption
I was wondering if this is the right approach to do this or if anyone knows of a better way... Any help is appreciated.
Thanks,
Jason
Example:
strA = intForm + 1
strA = "Add_" + strA
Forms!strA.Controls!lblTitle.Caption = Forms!strB.Controls!lblTitle.Caption
I was wondering if this is the right approach to do this or if anyone knows of a better way... Any help is appreciated.
Thanks,
Jason