21 lines
549 B
Markdown
21 lines
549 B
Markdown
|
|
# msaccess
|
||
|
|
|
||
|
|
> Microsoft Office's database management application.
|
||
|
|
> More information: <https://support.microsoft.com/office/command-line-switches-for-microsoft-office-products-079164cd-4ef5-4178-b235-441737deb3a6#category=access>.
|
||
|
|
|
||
|
|
- Launch the database application:
|
||
|
|
|
||
|
|
`msaccess`
|
||
|
|
|
||
|
|
- Open an existing database file:
|
||
|
|
|
||
|
|
`msaccess {{path\to\file.accdb}}`
|
||
|
|
|
||
|
|
- Open an existing database file in [r]ead-[o]nly mode:
|
||
|
|
|
||
|
|
`msaccess /ro {{path\to\fileaccdb}}`
|
||
|
|
|
||
|
|
- Open a database, then e[x]ecute a specific macro:
|
||
|
|
|
||
|
|
`msaccess {{path\to\file.accdb}} /x {{MacroName}}`
|