Message 1 of 12
2 Forms in a DVB?

Not applicable
08-18-2005
10:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I created a VBA project, added a form with the edit boxes, option buttons, etc.....Everything worked fine......I now added a second form and added edit boxes, etc.....No matter what I do now, I cannot call the first form.....I can Form2.show and the second form comes up...If I Form1.show, it says Object Not Found (or something like that).....I even tried removing Form2 and still cannot display Form1.....Is this Another limitation of VBA (Only 1 form per Prroject) or am I doing something wrong....Also, I named my forms Nameform1, Nameform2, etc.....But all I see in the Object Pull down list (The drop down list at the top, on the left) is UserForm....I do not see any of my Form Names