Setting the Field Size
For Text fields, the field size is the maximum number of characters that a user can type in the field. For Number fields, however, the size is determined by the selected data size:
Size |
Description |
Byte |
Stores numbers from 0 to 255 (no fractions).
|
Integer |
Stores numbers from –32,768 to 32,767 (no fractions).
|
Long Integer |
Stores numbers from -2,147,483,648 to 2,147,483,647 (no fractions).
|
Single |
Stores numbers from
|
Double |
Stores numbers from
|
Related Topics