Danielle17
Technical User
Is it possible to total 4 fields in a query? I've been trying everything. What does the expression have to look like for the column that will add the other 4 columns? I have tried the following:
Sum([LodgingCost]+[MealsCost]+[GasCost]+[MiscCost]) But I get the error - Extra paranthesis. I've checked and double-checked and cannot find a extra one.
Sum([LodgingCost]&[MealsCost]&[GasCost]&[MiscCost])
What am I doing wrong on these?
Sum([LodgingCost]+[MealsCost]+[GasCost]+[MiscCost]) But I get the error - Extra paranthesis. I've checked and double-checked and cannot find a extra one.
Sum([LodgingCost]&[MealsCost]&[GasCost]&[MiscCost])
What am I doing wrong on these?