Multiple choice technology

A form events occurs at the document level when users open or close a document

  1. True

  2. False

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

Form events occur at the form level, not the document level. Document events (like QueryOpen, PostOpen) occur at the document level. Form events are specific to user interactions with forms, such as opening or closing a form, not the document itself.