I know I can go through the forms and find there names externally but is there a way to pick out there Captions?
Somthing similar to that code?... (this doesnt work btw P)
Code:
For Each objFRM In Application.CurrentProject.AllForms
whatever = objfrm.caption
Next
Somthing similar to that code?... (this doesnt work btw P)