The tblContactTypes Table
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 |