150k views
4 votes
Which two methods are valid for calculating the values of a field using a calculation expression? (Choose two)

A. If more than one field is selected, the calculation can be applied to each field.
B. For VB calculations, field names must be enclosed in square brackets [ ]
C. If any records are currently selected in the table, only the selected records will be calculated
D. For Python calculations, field names must be enclosed in double quotes" "

1 Answer

3 votes

Final answer:

The two valid methods for calculating the values of a field using a calculation expression are applying the calculation to each selected field and calculating only the selected records.

Step-by-step explanation:

The two valid methods for calculating the values of a field using a calculation expression are:

  1. If more than one field is selected, the calculation can be applied to each field.
  2. If any records are currently selected in the table, only the selected records will be calculated.

Field names in VB calculations must be enclosed in square brackets [ ], while in Python calculations, field names must be enclosed in double quotes " ".

User VizGhar
by
8.2k points