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 NameTypeSize (Bytes)
ClientIDNumber (Long)4
CompanyNameText50
AddressText255
CityText30
StateProvinceText20
PostalCodeText20
CountryText20
ContactFirstNameText30
ContactLastNameText50
ContactTitleText50
OfficePhoneText30
FaxText30
CellularText30
HomeText30
EMailAddressText30
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.