Hi all,
I have a table called MovieMaster for videos and shops, example:
Some of the fields are:
CassetteID
Type
Shop1 (This field will hold quantity of shop1)
Pricy (Price per Unit)
CassetteID Type Shop1 Price
----------- ---- ----- -----
1 DVD 23 20
2 DVD 12 20
3 VCD 08 10
4 Video 09 05
5 Video 07 05
6 VCD 10 10
7 DVD 08 20
8 Video 22 05
How to make a form based on a query to display:
Type Qty Total
----------------------
DVD 43 860
VCD 18 180
Video 38 190
----------------------
Total Value in
Shop1 1230
It is easy to find how many of each type in a shop
but the problem is how to calculate the total then
the value of the items in a shop.
Thanks a lot
Paulin
I have a table called MovieMaster for videos and shops, example:
Some of the fields are:
CassetteID
Type
Shop1 (This field will hold quantity of shop1)
Pricy (Price per Unit)
CassetteID Type Shop1 Price
----------- ---- ----- -----
1 DVD 23 20
2 DVD 12 20
3 VCD 08 10
4 Video 09 05
5 Video 07 05
6 VCD 10 10
7 DVD 08 20
8 Video 22 05
How to make a form based on a query to display:
Type Qty Total
----------------------
DVD 43 860
VCD 18 180
Video 38 190
----------------------
Total Value in
Shop1 1230
It is easy to find how many of each type in a shop
but the problem is how to calculate the total then
the value of the items in a shop.
Thanks a lot
Paulin