stefanocps
Registered User.
- Local time
- Today, 02:37
- Joined
- Jan 31, 2019
- Messages
- 175
ok i will see that in a second time, first need to learn thisMy sales table was very simple.
tblAgentSales tblAgentSales
There is no date, no link to a product, etc. You would have to expand the sales table to include DateSold. I assume you would also add a foreign key to Product Sold.
SaleID AgentID_FK SaleAmount 10 1 $10.00 11 2 $10.00 12 3 $10.00 13 4 $10.00 14 5 $10.00 15 6 $10.00 16 7 $10.00
If you have a date in the sales table then you add that date to the Royalty Details Query. Then in the Royalty Totals Query you could filter or group by a period of time.
help me to understand
like it is now every sales just add the amount of royalties to each agent(in case the agent is included) right?
imagine i have a report every month of the income genrated by agent 1, agent 2 ecc
And every mont i have to calculate the amount of royalties to share among agents..
for this case the db is not ready..right?