Appendix A. Table Structures
This appendix gives you a complete listing of all the tables included in the Time and Billing application. Each table includes the following:
A list of the field names, types, and lengths of each field in the table
A detailed list of the properties associated with each field in the table
The tblClients table
This table stores pertinent information about each client, such as the company name, contact name, and phone numbers.
Table A.1. The tblClients table.
Field Name | Type | Size (Bytes) |
---|---|---|
ClientID | Number (Long) | 4 |
CompanyName | Text | 50 |
Address | Text | 255 |
City | Text | 30 |
StateProvince | Text | 20 |
PostalCode | Text | 20 |
Country | Text | 20 |
ContactFirstName | Text | 30 |
ContactLastName | Text | 50 |
ContactTitle | Text | 50 |
OfficePhone | Text | 30 |
Fax | Text | 30 |
Cellular | Text | 30 |
Home | Text | 30 |
EMailAddress | Text | 30 |
ReferredBy ... |
Get Alison Balter's Mastering Access 97 Development, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.