Need help with MY database

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top