|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Hide Database window via codeHi,
I am a new user to Access 2003. I was wondering if it possible to hide the database window when one opens up Access. I have 3 forms in my Access database. 1 is a Main swithboard that gives direction to the other 2 forms. I know there is a way of doing this by the unchecking the box in the Tools, but I was trying to see if there is a way to do it by code. What I mean is when the Application opens up, I would like it to run the code that Hides the database window. Please let me know if this can be done and if so what "Event" would I use? Thanks in advance. To hide the database window at startup, go to Tools, StartUp,
and clear the 'display database window' check mark. To hide the database window at some other time, select an object in the window, then hide the selected window: Docmd.SelectObject acTable, , True Docmd.RunCommand acCmdWindowHide (david) Show quoteHide quote "NewUserToAccess" <NewUserToAcc***@discussions.microsoft.com> wrote in message news:1ECB84A7-FC67-4653-B423-A9F2A5F2AFE7@microsoft.com... > Hi, > > I am a new user to Access 2003. I was wondering if it possible to hide > the > database window when one opens up Access. I have 3 forms in my Access > database. 1 is a Main swithboard that gives direction to the other 2 > forms. > I know there is a way of doing this by the unchecking the box in the > Tools, > but I was trying to see if there is a way to do it by code. What I mean > is > when the Application opens up, I would like it to run the code that Hides > the > database window. Please let me know if this can be done and if so what > "Event" would I use? Thanks in advance.
Self Modifying Code, Digital Certificates
Replication ***PLEASE HELP*** Issues after splitting database User-level security has locked all my Access DBs- HELP! ms access username password issue MDW file - what am I doing wrong? Replication & Security Managing security by group membership not by specific user No. of Users and Data Security Access Security - Readonly when i send it to someone |
|||||||||||||||||||||||