Multiple choice general knowledge

Which one of the following sources can be used to provide the data in a calculated control?

  1. Data from an expression

  2. Data from a field in a table or report

  3. Data from another control on the same form

  4. All the above

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

A calculated control in database forms displays values derived from expressions - formulas that compute results from other fields or values. It cannot directly pull data from a table field (that's a bound control), from another form control (that's a reference), or from all sources simultaneously.