G
Guest
I am trying to use the ShellExecute function to open an access database with
a mdw file. Below is the code I am using.
lngRet = ShellExecute(Me.hWnd, "open", """c:\test\mdw test\secure
test.mdb""", "/wrkgrp ""c:\test\mdw test\secure.mdw""", "", 1)
The database opens; however when I type ?dbengine.systemdb in the Immediate
Window it shows that the default mdw file is being used and not the mdw file
I specified. Any help would be greatly appreciated.
Weste
a mdw file. Below is the code I am using.
lngRet = ShellExecute(Me.hWnd, "open", """c:\test\mdw test\secure
test.mdb""", "/wrkgrp ""c:\test\mdw test\secure.mdw""", "", 1)
The database opens; however when I type ?dbengine.systemdb in the Immediate
Window it shows that the default mdw file is being used and not the mdw file
I specified. Any help would be greatly appreciated.
Weste