Multiple choice

To which of the following data types can 'allow zero length' property not be applied?

  1. Memo

  2. Text

  3. Hyperlink

  4. Number

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

The 'Allow Zero Length' property can be set for Text fields (to allow empty strings), Memo fields, and Hyperlink fields. It cannot be applied to numeric data types like Number, because numbers represent quantities - a zero-length number makes no semantic sense.