M
MikeF
Have one master called tblCompanies.
This contains name/address/phone and other general info [only] relevant to
its records.
In Companies is a field called CompanyTypes, which is a lookup to
tblCompanyTypes.
As an example, one of those CompanyTypes is Restaurant [there are several
others, but will use just "restaurant" for this example].
Accordingly, there is a another table called tblRestaurantDetails.
It contains an indexed CompanyID field from tblCompanies.
Also in this table are detail fields such as type [ie Japanese/Mexican/etc],
tax rate, website, head chef, a memo field for favorite dishes, and so on.
Here’s the question:
When I add a record to tblCompanies, and designate it as Restaurant in the
CompanyTypes field, would like a corresponding record to be automatically
added to tblRestaurantDetails, where I can enter the detail info.
Can this be easily accomplished?
Any assistance will be sincerely appreciated.
Thanx,
- Mike
This contains name/address/phone and other general info [only] relevant to
its records.
In Companies is a field called CompanyTypes, which is a lookup to
tblCompanyTypes.
As an example, one of those CompanyTypes is Restaurant [there are several
others, but will use just "restaurant" for this example].
Accordingly, there is a another table called tblRestaurantDetails.
It contains an indexed CompanyID field from tblCompanies.
Also in this table are detail fields such as type [ie Japanese/Mexican/etc],
tax rate, website, head chef, a memo field for favorite dishes, and so on.
Here’s the question:
When I add a record to tblCompanies, and designate it as Restaurant in the
CompanyTypes field, would like a corresponding record to be automatically
added to tblRestaurantDetails, where I can enter the detail info.
Can this be easily accomplished?
Any assistance will be sincerely appreciated.
Thanx,
- Mike