This is a query expression that is supposed to return a running sum over a group (destination terminal)of numbers (gallons received). Gallons received is a number and destination terminal is a text field. All of these are on the same table. It is comming back with a null value(blank), and I am not sure what is going wrong. Any suggestions???
RBE
DSum("[gallons received]","tenders table","[destination terminal]"
RBE
DSum("[gallons received]","tenders table","[destination terminal]"