Asked by Mannat Rattan on May 08, 2024

verifed

Verified

What happens when you click the Build button for a property on the Event tab of a form's Property Sheet?

A) You set the property value to Yes.
B) The Query Builder window opens.
C) You add a calculated control to the form.
D) The Visual Basic window opens.

Build Button

A user interface element that, when clicked, compiles and runs the code in a software development environment.

Event Tab

A user interface element that triggers specific actions or functions when interacted with, often found in software applications.

  • Understand how to convert macros to VBA code in forms and reports.
verifed

Verified Answer

ST
Stephanie TenpennyMay 12, 2024
Final Answer :
D
Explanation :
Clicking the Build button for a property on the Event tab of a form's Property Sheet typically opens the Visual Basic window, allowing you to write or edit code for that event.