The tblTerms Table
This table stores the valid term types. It relates to the tblClients table and is a lookup table for the TermTypeID stored in the tblClients table.
Field Name | Type | Size (Bytes) |
---|---|---|
TermTypeID | Long Integer | 4 |
TermType | Text | 50 |
Field Name | Type | Size (Bytes) |
---|---|---|
TermTypeID | Long Integer | 4 |
TermType | Text | 50 |