|
-
Aug 16th, 2005, 03:42 PM
#1
Thread Starter
Frenzied Member
ACCESS '02: How To: Make main window inaccessible ???
Esteemed Forum Participants and Lurkers:
===============================
Access 2002 (XP)
I can make my user Forms "PopUp" and "Modal" which renders the main Access Window inaccessible, but how do I get the main (parent) window off the screen so the user can't even see it? What can I put in the Form Open event?
Code:
Private Sub Form_Open(Cancel As Integer)
'Minimize or hide the main window
How do I do this???
End Sub
Thank you for any and all comments, suggestions, and assistance.
Last edited by Webtest; Aug 17th, 2005 at 08:31 AM.
Blessings in abundance,
All the Best,
& ENJOY!
Art . . . . Carlisle, PA . . USA
-
Aug 17th, 2005, 02:57 AM
#2
Re: ACCESS '02: How To: Make main window inaccessible ???
By the main window.. do you mean the access application itself, or the database window??
Danny
Never Think Impossible
If you find my answer helpful then please add to my reputation
-
Aug 17th, 2005, 06:31 AM
#3
Thread Starter
Frenzied Member
Re: ACCESS '02: How To: Make main window inaccessible ???
Danny ...
I'd like to get rid of everything possible. Since my forms are 'freestanding', there is no need for any of the other window objects and I'd like to keep the users out of them as much as possible.
Thanks for your gracious assistance.
Blessings in abundance,
All the Best,
& ENJOY!
Art . . . . Carlisle, PA . . USA
-
Aug 17th, 2005, 06:35 AM
#4
Re: ACCESS '02: How To: Make main window inaccessible ???
check tools>start up
untick the database window.
the shortcut keys will still work, but you can disable these too on there ( be careful with it though).
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Aug 17th, 2005, 08:31 AM
#5
Thread Starter
Frenzied Member
Re: ACCESS '02: How To: Make main window inaccessible ???
Thanks Vince ...
I keep loosing these tidbits of information ... Access is so fragmented! I think I've got it now.
Blessings in abundance,
All the Best,
& ENJOY!
Art . . . . Carlisle, PA . . USA
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|