Asked by Sonia Salomoni on Jun 18, 2024

verifed

Verified

When building a conditional expression that refers to a value in a form control, use the syntax called _____.

A) bang notation
B) Boolean syntax
C) procedural notation
D) event syntax

Conditional Expression

An expression in programming that will evaluate to true or false, often used to control the flow of execution in software.

Bang Notation

A programming syntax used in some languages like Visual Basic to access properties, methods, or objects, typically represented by an exclamation mark (!).

  • Understand the principles of syntax for the effective composition of VBA code.
verifed

Verified Answer

LJ
Lauren JonesJun 24, 2024
Final Answer :
A
Explanation :
Bang notation is used in Access and other database systems to refer to a value in a form control, such as Forms!FormName!ControlName.