E
Ernie
I got three tables: Company, Payments and taxation
fields in:
Company: CompID
CompName
ContactName
ContactTitle
CompAddress
CompPhone
CompFax
HomePage
Payments: PayID
TaxID
Amount
Reciept
Date
Balance
Taxation: CompID
TaxID
ConTax
LateFee
EnvLevy
OutMonths
AccumInt
ComTaxInt
TotalDue
My database is basically a calculation of the fields in
Taxation table to give totalDue a sum. Every payment made
should be subtracted from the totaldue in taxation table.
I need to figure which is the best way to relate the
tables.
fields in:
Company: CompID
CompName
ContactName
ContactTitle
CompAddress
CompPhone
CompFax
HomePage
Payments: PayID
TaxID
Amount
Reciept
Date
Balance
Taxation: CompID
TaxID
ConTax
LateFee
EnvLevy
OutMonths
AccumInt
ComTaxInt
TotalDue
My database is basically a calculation of the fields in
Taxation table to give totalDue a sum. Every payment made
should be subtracted from the totaldue in taxation table.
I need to figure which is the best way to relate the
tables.