Property |
Description |
CollatingOrder |
Returns a value that specifies the sequence of the sort order in text for string comparison or sorting. |
Attributes |
Sets or returns a value that returns one or more characteristics of a Field, Relation, or TableDef object. |
AllowZeroLength |
Sets or returns a value that indicates whether a zero-length ("") string is a valid setting for a Value property of the Field object with a Text or Memo data type. |
DataUpdatable |
Returns a value that indicates whether the data in the field represented by a Field object is updatable. |
ForiegnName |
Sets or returns a value that specifies the name of the Field object in a foreign table that corresponds to a field in a primary table for relationship. |
DefaultValue |
Sets or returns the default value of a field object. For a field object not yet appended to the fields collection, this property is read/write. |
OrdinalPosition |
Sets or returns the relative position of a Field object within a Fields collection. For an object not yet appended to the Fields collection, this property is read/write. |
Name |
Sets or returns a user-defined name for a DAO object. For an object not appended to a collection, this property is read/write. |
Required |
Sets or returns a value that indicates whether a Field object requires a non-Null value or whether all the fields in an index must have a value. |
Size |
Sets or returns a value that indicates the maximum size, in bytes, of a Field object. |
SourceField |
Returns a value that indicates the name of the field that is the original source of the data for a Field object |
SourceTable |
Returns a value that indicates the name of the table that is the original source of data for a Field object. |
Type |
Sets or returns a value that indicates the operational type or data type of an object. |
ValidateOnSet |
Sets or returns a value that specifies whether the value of a field object is immediately validated when the object's Value property is set. |
Value |
Sets or returns the value of an object. |
ValidationText |
Sets or returns a value that specifies the text of the message that your application displays if the value of a Field object doesn't satisfy the validation rule specified by the ValidationRule property setting. |
ValidationRule |
Sets or returns a value that indicates the data in a field as it's changed or added to a table. |
OriginalValue |
Returns the value of a Field in the database that existed when the last batch update began. |
FieldSize |
Returns the number of bytes used in the database (rather than in memory) of a memo or Long Binary Field object in the Fields collection of a Recordset object. |
VisibleValue |
Returns a value currently in the database that is newer than the OriginalValue property, as determined by a batch update conflict. |