DATABASE | Opens the specified database. Include a path if necessary. The default path is your My Documents folder. |
/EXCL | Opens the specified database for exclusive access. To open the database for shared access in a multiuser environment, omit this option. |
/RO | Opens the specified database for read-only access. |
/USER Username | Starts Microsoft Access using the specified user name. |
/PWD Password | Starts Microsoft Access using the specified password. |
/PROFILE User-Profile | Starts Microsoft Access using the options in the specified user profile instead of the standard Windows Registry settings created when you installed Microsoft Access. This replaces the /ini option used in previous versions of Microsoft Access to specify an initialization file. The Microsoft Office 97, Developer Edition, contains tools and information on creating user profiles. |
/COMPACT Target-Database | Compacts the database specified before the /compact option and then closes Microsoft Access. If you omit a target database name following the /compact option, the database is compacted to the original database name and folder. To compact to a different name, specify a target database. If you don't include a path in target database, the database is created in your My Documents folder by default. |
/REPAIR | Repairs the database specified before the /repair option and then closes Microsoft Access. |
/CONVERT Target-Database | Converts a database in an earlier version (1.x or 2.0) to a Microsoft Access 95 database with a new name and then closes Microsoft Access. Specify the source database before the /convert option. |
/X Macro | Starts Microsoft Access and runs the specified macro. Another way to run a macro when you open a database is to use an AutoExec macro. |
/CMD | Specifies that what follows on the command line is the value that will be returned by the Command function. This option must be the last option on the command line. You can use a semicolon (;) as an alternative to /cmd . |
/NOSTARTUP | Starts Microsoft Access without displaying the startup dialog box (the second dialog box you see when you start Microsoft Access). |
/WRKGRP Workgroup-Information-File | Starts Microsoft Access using the specified workgroup information file. |