M
Michael Suttkus, II
I've set up an Access menu form that activates when the file is opened and
guides the user (potentially non-computer literate) through common data
manipulation tasks, automating as much as possible.
In order to keep the screen as free from confusing clutter as possible, I
have the database window set to be invisible at startup.
What is the best way to make the window visible again, should the user
choose to exit the menu? So far, the only way I'm aware of is to SendKeys
"{F11}", but for various reasons, this is an unsatifying approach
(specifically, it's causing me a headache I'm trying to resolve in the
"Distinguishing root cause of Form_Close event" thread). Is there another
way to make this window visible programatically?
guides the user (potentially non-computer literate) through common data
manipulation tasks, automating as much as possible.
In order to keep the screen as free from confusing clutter as possible, I
have the database window set to be invisible at startup.
What is the best way to make the window visible again, should the user
choose to exit the menu? So far, the only way I'm aware of is to SendKeys
"{F11}", but for various reasons, this is an unsatifying approach
(specifically, it's causing me a headache I'm trying to resolve in the
"Distinguishing root cause of Form_Close event" thread). Is there another
way to make this window visible programatically?