The tblCorrespondence Table
The tblCorrespondence table contains a history of correspondence made to a particular client. It relates to the tblClients table.
Field Name | Type | Size (Bytes) |
---|---|---|
CorrespondenceID | Long Integer | 4 |
ClientID | Long Integer | 4 |
Description | Text | 50 |
Notes | Memo | - |
DateSent | Date/Time | 8 |
CorrespondenceTypeID | Long Integer | 4 |
ConsultantID | Long Integer | 4 |
Document | OLE Object | - |