Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / January 2008

Tip: Looking for answers? Try searching our database.

Unhide database window

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Pietro - 17 Jan 2008 20:02 GMT
Hi,
  I hide database window window in the start up of the application,in
Office 2003 i use the below code to unhide it:
DoCmd.RunCommand acCmdWindowUnhide

I try to use the same code with Office 2007 but it does not work,can anybody
help?
Krzysztof Pozorek [MVP] - 17 Jan 2008 20:27 GMT
(...)
>   I hide database window window in the start up of the application,in
> Office 2003 i use the below code to unhide it:
[quoted text clipped - 3 lines]
> anybody
> help?

Try this instead:
DoCmd.SelectObject acTable,"",True

K.P. MVP, Poland
www.access.vis.pl
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.