I can't seem to find out how to iterate through all the forms in a VB project. Why does this seem so difficult to do? I'm aware of the OpenForms property but I cant really open ALL the forms in my project just to iterate through them.
I can even find out how to reference a form if i have the name:
dim frm as form = Forms("Form1")
Anybody got any advice?
I can even find out how to reference a form if i have the name:
dim frm as form = Forms("Form1")
Anybody got any advice?