The tblClientPhones Table
This table stores the phone numbers for a client. One client can have multiple phone numbers. Each address has a specific phone type.
Field Name | Type | Size (Bytes) |
---|---|---|
PhoneID | Long Integer | 4 |
ClientID | Long Integer | 4 |
PhoneNumber | Text | 50 |
PhoneTypeID | Long Integer | 4 |