Files
Reinhart Previano Koentjoro 310facc917 excel, msaccess, olk, powerpnt, pptview: add page (#22122)
Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com>
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
2026-06-25 11:46:18 +07:00

549 B

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}}