Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open New Access Database and Maximise the Application Window

Status
Not open for further replies.

Moss100

Technical User
Aug 10, 2004
578
0
16
GB
Hello,

I use a database to launch other applications and databases. I call this 'Launcher'

The Launcher app has a small window size. When I launch a new database, it then opens in a small application window.

It uses the following code:

Code:
Public Sub fnc_FS_OpenApp(ByRef strDocPath As String)
'Open file for preview using default application

Dim G As Long
G = shell("RUNDLL32.EXE URL.DLL,FileProtocolHandler " & strDocPath, vbMaximizedFocus)

End Sub

I would like to modify the code, so that the user requested database opens in a full access application window.

Thank you and happy Christmas - Mark

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top