MaliciousMike
Registered User.
- Local time
- Today, 06:52
- Joined
- May 24, 2006
- Messages
- 118
Afternoon.
I'm working on a relational database for all of our clients and wish for it to be generic for the big clients and the small clients.
My main table has fields "CompanyCode", "RegionCode"
Some companies have 18 regions, others have 5 or less, some have none. For some of our clients, they have Divisions of Regions and super regions.
What i don't want to create is a bunch of ad hoc tables.
What I'm asking is the best method of creating an endless list of tiers without having an endless amount of tables. Also, this needs to be able to fit into those 2 fields (CompanyCode, RegionCode).
I'm happy to expand on my tables as long as i wont need to edit anything if a company comes on our books with like 5 tiers.
Thanks for any help you can give
I'm working on a relational database for all of our clients and wish for it to be generic for the big clients and the small clients.
My main table has fields "CompanyCode", "RegionCode"
Some companies have 18 regions, others have 5 or less, some have none. For some of our clients, they have Divisions of Regions and super regions.
What i don't want to create is a bunch of ad hoc tables.
What I'm asking is the best method of creating an endless list of tiers without having an endless amount of tables. Also, this needs to be able to fit into those 2 fields (CompanyCode, RegionCode).
I'm happy to expand on my tables as long as i wont need to edit anything if a company comes on our books with like 5 tiers.
Thanks for any help you can give
