mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
310facc917
Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
549 B
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}}