I have a detail query of all transactions for our company vehicles fuel usage. I then wrote a total query to give me totals by card which lists totals for gas and totals for diesel (separate fields). I am trying to write a sum to combine both gas & diesel for report purposes and am not doing something right; I am getting no data. I am hoping if the diesel field is empty the expression would result in what the gas amount was. Finally I tried this Expr1: Sum([Gas $ Amount]+[Diesel $ Amount]) and still no result. Should the fields be separated by ()? Thanks for any help.
