A
Anderson
I am designing a database to track revenue generated at various sites from
various programs.
I have the following tables: Sites, VPs, Programs, Revenue Categories(eg.
other, Ancillary), Revenue Classes(eg. goods, services, other), and Revenue
Items/details (tracks the actual item that produces the revenue).
Each site can have one VP only. Each site(VP) can have many programs and
each program can be atributed to many sites(VPs).
The Revenue details table is set up to provide a unique Rev_ID to each item
entered (even though a revenue item may occur at more than one site, there
will be separate instances of this in the table.)
My main problem is that I can't determine whether I should have linking
tables between: Sites and rev Items, Programs and Rev Items, Revenue Category
and Revenue Class, Revenue Item and Revenue Category, etc).
I hope I have been clear enough. Any help would be appreciated.
Thanks,
Anderson
various programs.
I have the following tables: Sites, VPs, Programs, Revenue Categories(eg.
other, Ancillary), Revenue Classes(eg. goods, services, other), and Revenue
Items/details (tracks the actual item that produces the revenue).
Each site can have one VP only. Each site(VP) can have many programs and
each program can be atributed to many sites(VPs).
The Revenue details table is set up to provide a unique Rev_ID to each item
entered (even though a revenue item may occur at more than one site, there
will be separate instances of this in the table.)
My main problem is that I can't determine whether I should have linking
tables between: Sites and rev Items, Programs and Rev Items, Revenue Category
and Revenue Class, Revenue Item and Revenue Category, etc).
I hope I have been clear enough. Any help would be appreciated.
Thanks,
Anderson