J
Joe Williams
I have to develop an access app that records commissions for selling
maintenance contracts. I started with a simple sales table but quickly ran
into trouble because sometimes the commissions are paid in full at the time
of the sale, and some times they are paid over time as long as the
maintenance contract is in effect. (Example, one sale might be a flat
commission of $10 for that sale, another commission might get paid $5.00 per
month as long as the contract is in effect)
Is it proper database design to have a table that creates a separate record
for each month as long as the maintenance contract is in effect? If so, how
would I got about doing that? Or do I stick with a table that has a single
record for the sale and use some type of report logic to display the
recurring commission each month?
How is this type of situation normally handled? Thanks in advance
joe
maintenance contracts. I started with a simple sales table but quickly ran
into trouble because sometimes the commissions are paid in full at the time
of the sale, and some times they are paid over time as long as the
maintenance contract is in effect. (Example, one sale might be a flat
commission of $10 for that sale, another commission might get paid $5.00 per
month as long as the contract is in effect)
Is it proper database design to have a table that creates a separate record
for each month as long as the maintenance contract is in effect? If so, how
would I got about doing that? Or do I stick with a table that has a single
record for the sale and use some type of report logic to display the
recurring commission each month?
How is this type of situation normally handled? Thanks in advance
joe