This table stores the valid contact types. It relates to the tblClients table and is a lookup table for the ContactTypeID stored in the tblClients table.
Field Name | Type | Size (Bytes) |
---|---|---|
ContactTypeID | Long Integer | 4 |
ContactType | Text | 50 |
Property | Value |
---|---|
ContactTypeID | Long Integer |
AllowZeroLength | False |
Attributes | Fixed size, auto-increment |
Caption | Contact Type ID |
CollatingOrder | General |
ColumnHidden | False |
ColumnOrder | Default |
ColumnWidth | Default |
DataUpdatable | False |
OrdinalPosition | 1 |
Required | False |
SourceField | ContactTypeID |
SourceTable | tblContactType |
ContactType | Text |
AllowZeroLength | False |
Attributes | Variable length |
Caption | Contact Type |
CollatingOrder | General |
ColumnHidden | False |
ColumnOrder | Default |
ColumnWidth | Default |
DataUpdatable | False |
DisplayControl | Text Box |
IMEMode | 0 |
IMESentenceMode | 3 |
OrdinalPosition | 2 |
Required | False |
SourceField | ContactType |
SourceTable | tblContactType |
True |