Article ID: 116386
Article Last Modified on 11/14/2003
Property Setting ----------------------------------------------------------------- Min Max Buttons No (Microsoft Access 97 and 7.0 property only) Min Button No (Version 2.0 property only) Control Box No
Create a new macro with the following action, and then save the macro as AutoExec:
Action: OpenForm
FormName: Main Switchboard
"C:\Program Files\Microsoft Office\Office\Msaccess.exe _
C:\Program Files\Microsoft Office\Office\Samples\Northwind.mdb_
/Runtime"
In Microsoft Access version 7.0:
C:\MSOffice\Access\Msaccess.exe _
C:\MSOffice\Access\Samples\Northwind.mdb /Runtime
In Microsoft Access version 2.0:
C:\ACCESS\MSARN200.EXE C:\ACCESS\SAMPAPPS\NWIND.MDB _
/INI C:\WINDOWS\MSACC20.INI
Keywords: kbui kbprb KB116386