Asked by Mariah Fisher Williams on Sep 28, 2024

In a macro's conditional expression,you refer to a value of a form control using the following syntax: ____.

A) [Forms]![formname]![controlname]
B) {Forms}!{formname}!{controlname}
C) Forms.formname(controlname)
D) Forms.(formname) .(controlname)

Macro's Conditional Expression

An expression within a macro that causes actions to be carried out only if specific conditions are met.

Form Control

A user interface element such as text boxes, buttons, or sliders that allows users to interact with a form.

  • Exhibit proficiency in manipulating and utilizing form and control properties via VBA.