Computer Science, asked by amanpatel2894, 6 months ago

which one of the followings properties is used to specify the number of characters that a text feild can contain ?​

Answers

Answered by ketankumarjha
0

Explanation:

After you create a field and set its data type, you can set additional field properties. The field's data type determines which other properties that you can set. For example, you can control the size of a Text field by setting its Field Size property.

For Number and Currency fields, the Field Size property is especially important, because it determines the range of field values. For example, a one-bit Number field can store only integers ranging from 0 to 255.

The Field Size property also determines how much disk space each Number field value requires. Depending on the field size, the number can use exactly 1, 2, 4, 8, 12, or 16 bytes.

Similar questions