Message 1 of 6
Rookie question on hiding and showing forms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I know this must be a rookie question but here goes.
I have two forms, form "Main" calls form "Setter" with
frmSetter.Show
but i don't want to hide form "Main", i want it to remain showing. Then when i'm done with form "Setter" i want to close it and return control to form "Main" but if i just use
Unload frmSetter
the Setter form is unloaded and disappears, the Main form is still visible but the vba environment reopens.
How do i close the Setter form and return control to the Main form?
Thanks in advance,
Sal
I know this must be a rookie question but here goes.
I have two forms, form "Main" calls form "Setter" with
frmSetter.Show
but i don't want to hide form "Main", i want it to remain showing. Then when i'm done with form "Setter" i want to close it and return control to form "Main" but if i just use
Unload frmSetter
the Setter form is unloaded and disappears, the Main form is still visible but the vba environment reopens.
How do i close the Setter form and return control to the Main form?
Thanks in advance,
Sal
