D
dchendrickson
I am using Access2002 / XP Pro and programming primarily
with ADO structures.
I am working on a little side application for a friend
and used the Switchboard manager to create a little menu
structure.
I have the startup settings so that the application opens
with the switchboard displayed and the database window
hidden.
I would like to add a button to the menu that will close
the switchboard form and unhide the database window.
Likewise, when the switchboard form is opened from the
database window, I would like to rehide the database
window.
My problem is that I do not know how to refer to the
database window.
I was able to unhide the database window by creating a
function containing the SendKeys "{F11}" code. Not very
clean, but working. But I still don't know how to
reference the window in order to rehide.
Thanks in advance.
-dc
with ADO structures.
I am working on a little side application for a friend
and used the Switchboard manager to create a little menu
structure.
I have the startup settings so that the application opens
with the switchboard displayed and the database window
hidden.
I would like to add a button to the menu that will close
the switchboard form and unhide the database window.
Likewise, when the switchboard form is opened from the
database window, I would like to rehide the database
window.
My problem is that I do not know how to refer to the
database window.
I was able to unhide the database window by creating a
function containing the SendKeys "{F11}" code. Not very
clean, but working. But I still don't know how to
reference the window in order to rehide.
Thanks in advance.
-dc