Multiple choice

Which name is suitable to run a macro at starting time to database?

  1. Start.exe

  2. Auto.exe

  3. Macro.exe

  4. Any of the above

  5. None of these

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

In MS Access, macros are named .macro (not .exe files), and the special AutoExec macro runs automatically when the database opens. None of the listed .exe filenames (Start.exe, Auto.exe, Macro.exe) are used for this purpose - the correct approach is creating a macro named AutoExec.