B
BillyRogers
I'm using this code to open an Access database and the window opens Maximized
but the database window is not maximized. Is there a way to make the
database window maximize when it opens?
thanks,
Private Sub Command0_Click()
'Opens Project Tracking Database
Shell """C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"" " & _
"""N:\Data Warehouse\Project Tracking.mdb""", vbMaximizedFocus
End Sub
--
Billy Rogers
Dallas,TX
Currently Using SQL Server 2000, Office 2000 and Office 2003
but the database window is not maximized. Is there a way to make the
database window maximize when it opens?
thanks,
Private Sub Command0_Click()
'Opens Project Tracking Database
Shell """C:\Program Files\Microsoft Office\Office\MSACCESS.EXE"" " & _
"""N:\Data Warehouse\Project Tracking.mdb""", vbMaximizedFocus
End Sub
--
Billy Rogers
Dallas,TX
Currently Using SQL Server 2000, Office 2000 and Office 2003