J
Jen
I am trying to build a database where I can track multiple contracts. I have
my tables made (Contract type, Contract Services, Customers, Sales Reps, etc)
but I have become tripped up on one issue. We have 2 contracts where the
services are done 3-4 times a year. I want to be able to track when each
service was performed and the invoice amount. The only way I could think of
doing it is making the Contracts table have about 20 columns with a pattern
of "ContractType - DatePerformed-InvoiceAmount -SalesRep".
My first couple of columns are "ContractID -
CustomerID-ContractType-DateSigned-DateExpired"
Is there a better way?
my tables made (Contract type, Contract Services, Customers, Sales Reps, etc)
but I have become tripped up on one issue. We have 2 contracts where the
services are done 3-4 times a year. I want to be able to track when each
service was performed and the invoice amount. The only way I could think of
doing it is making the Contracts table have about 20 columns with a pattern
of "ContractType - DatePerformed-InvoiceAmount -SalesRep".
My first couple of columns are "ContractID -
CustomerID-ContractType-DateSigned-DateExpired"
Is there a better way?