LoginSignup
0
1

More than 3 years have passed since last update.

【MS ACCESS】Accessファイルを開いたときに最初に自動実行する方法

Posted at

メモとして残します。

■やり方

1.AutoExecという名前のマクロを作成する。

test.gif

2.標準モジュールにFunctionでプロシージャを作成

Function MyAutoOpen()
    '起動後、始めに処理したい内容
End Function

以上。

■さいごに

自動実行をスキップする場合はACCESSファイルを一旦閉じて、
SHIFTを押した状態でACCESSファイルを起動すると自動実行されません。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1