simon551
IS-IT--Management
- May 4, 2005
- 249
This is a time and billing database. Something just feels wrong, but I can't put my finger on it.
I'm setting it up like this:
tblBillingCode
BillingCodeID
BillingCodeName
tblRetainers
ClientID
BillingCodeID
tblActuals
ClientID
BillingCodeID
tblActualTime
BillingCodeID
ClientID
The purpose of the tblRetainers column is to have a table where we hold "default" actuals for the tblActuals table.
Thanks in advance if you have any suggestion to straighten this out.
-s
I'm setting it up like this:
tblBillingCode
BillingCodeID
BillingCodeName
tblRetainers
ClientID
BillingCodeID
tblActuals
ClientID
BillingCodeID
tblActualTime
BillingCodeID
ClientID
The purpose of the tblRetainers column is to have a table where we hold "default" actuals for the tblActuals table.
Thanks in advance if you have any suggestion to straighten this out.
-s