R
Rob Drummond, Jr
In my database I track what components are needed for a repair. It is
possible to have as many as three components per record (serial number).
Each record has (for needed components) 1st/2nd/3rd part number, description,
and cost fields. How do I get a total for the three cost fields for each
record (serial number)? Every formula I have tried gives me a grand total of
all values in those fields across the entire report.
Here is what I would like to see (in brief) for each record
1st cost $100
2nd cost $50
3rd cost $25
total cost $175
I am using the total cost field to do the calculation and what I am getting
is the total for ALL 1st, 2nd, and 3rd costs across the entire report instead
of each record.
I have used =SUM([1st cost]+[2nd cost]+[3rd cost]) and tried basing it on
the report, the query used for the report, and the table used for the query.
possible to have as many as three components per record (serial number).
Each record has (for needed components) 1st/2nd/3rd part number, description,
and cost fields. How do I get a total for the three cost fields for each
record (serial number)? Every formula I have tried gives me a grand total of
all values in those fields across the entire report.
Here is what I would like to see (in brief) for each record
1st cost $100
2nd cost $50
3rd cost $25
total cost $175
I am using the total cost field to do the calculation and what I am getting
is the total for ALL 1st, 2nd, and 3rd costs across the entire report instead
of each record.
I have used =SUM([1st cost]+[2nd cost]+[3rd cost]) and tried basing it on
the report, the query used for the report, and the table used for the query.