Hi guys,
I have constructed a database which is basically sales related. It is basically used for keeping tracks of Books, where the artist gets royalties.
I want to, in the most logical way (perhaps a monthly report) be able to keep track of how much the Author of the book is owed. All of the sales are recorded into tables, and the query should be able to add up the total amount of books sold for each Author and then, for example, take 25% of that and add it to some sort of report (or possibly a table).
Example:
Table
R. Dahl - £25
D. Brown - £20
D. Brown - £20
R. Dahl - £25
The query will work out D. Brown has sold £40 worth of books that month, and then would be owed 25% of that. It will be a set amount of royalties for each Author by the way.
I appreciate any input, as not only am I stuck about the best way to record this, but also putting it into place.
Thanks alot,
Lana.
I have constructed a database which is basically sales related. It is basically used for keeping tracks of Books, where the artist gets royalties.
I want to, in the most logical way (perhaps a monthly report) be able to keep track of how much the Author of the book is owed. All of the sales are recorded into tables, and the query should be able to add up the total amount of books sold for each Author and then, for example, take 25% of that and add it to some sort of report (or possibly a table).
Example:
Table
R. Dahl - £25
D. Brown - £20
D. Brown - £20
R. Dahl - £25
The query will work out D. Brown has sold £40 worth of books that month, and then would be owed 25% of that. It will be a set amount of royalties for each Author by the way.
I appreciate any input, as not only am I stuck about the best way to record this, but also putting it into place.
Thanks alot,
Lana.