Master table for company identities is related to company data. It is not about a company image related with its vision, tagline, or some kind like that. Instead, the company identities consist of company name, address, website, phone number, etc. One of the functions is for exchange letters or correspondence purposes. Usually, the identities are placed on the header and caption of a report or form.
We create the table to store company identities and save as tblCompanyIdentities. Following are the field names and their related properties.
We create the table to store company identities and save as tblCompanyIdentities. Following are the field names and their related properties.
- Field Name= coyName
- Data Type= Text
- Description= Company name
- Field Properties - General Tab:
- Field Size= 100
- Caption= Company name
- Field Name= coyAddress
- Data Type= Text
- Description= Company address
- Field Properties - General Tab:
- Field Size= 100
- Caption= Company Address
- Field Name= coyCity
- Data Type= Text
- Description= City where the company is located
- Field Properties - General Tab:
- Field Size= 50
- Caption= City
- Field Name= coyZipCode
- Data Type= Text
- Description= Zip code
- Field Properties - General Tab:
- Field Size= 5
- Caption= Zip Code
- Input Mask= 00000
- Field Name= coyCountry
- Data Type= Text
- Description= Country where the company is located
- Field Properties - General Tab:
- Field Size= 50
- Caption= Country
- Field Name= coyTelp
- Data Type= Text
- Description= Telephone number
- Field Properties - General Tab:
- Field Size= 30
- Caption= Telephone Number
- Input Mask= !\(999") "000\-0000
- Field Name= coyFax
- Data Type= Text
- Description= Fax number
- Field Properties - General Tab:
- Field Size= 30
- Caption= Fax Number
- Input Mask= !\(999") "000\-0000
- Field Name= coyWebsite
- Data Type= Text
- Description= Website or URL
- Field Properties - General Tab:
- Field Size= 100
- Caption= Website
- Field Name= coyEmail
- Data Type= Text
- Description= Email address, if any
- Field Properties - General Tab:
- Field Size= 100
- Caption= Email
- Field Name= coyTaxId
- Data Type= Text
- Description= Tax identity
- Field Properties - General Tab:
- Field Size= 30
- Caption= Tax Id
Comments
Post a Comment