FieldSize Property
Description
The size of the field in the database. For BLOB fields, the size is -1.
Property type
Read-write property
Syntax
Visual Basic
Public Property FieldSize As Long
Remarks
FieldSize sets the maximum size of the data that can be stored in a user-defined field. Do not attempt to set the size to a value less than the size of the field as initially created in a new, empty project.
See Also