Can anyone help me with an problem I have come across in my database
design.
I have a primary table and a related table with 3 child records (each
with a numeric field). I require a query to return the primary key
from the main table and the PRODUCT (i.e. all numeric values
multiplied together) of the three child records, much like a SUM would
add them together.
Any help would be gratefully received!
Tony.
design.
I have a primary table and a related table with 3 child records (each
with a numeric field). I require a query to return the primary key
from the main table and the PRODUCT (i.e. all numeric values
multiplied together) of the three child records, much like a SUM would
add them together.
Any help would be gratefully received!
Tony.
Comment