Hello everyone,
I have noticed something strange in my report. I have a few reports based on single queries where I use text boxes to calculate the sum of a column and a record. For column [Amount], I used =Sum([Amount]) so on and so forth. For a row, I use =[Amount]+[Expenses] to calculate the total for those two fields. It works on all my reports except for this particular one that is based on an union query. I am able to sum up columns but for rows, I get a concatenated result instead. E.g. 2,300 + 1,200 = 3,500 but I get 23001200.
What am I doing wrong? Any help would be appreciated!
I have noticed something strange in my report. I have a few reports based on single queries where I use text boxes to calculate the sum of a column and a record. For column [Amount], I used =Sum([Amount]) so on and so forth. For a row, I use =[Amount]+[Expenses] to calculate the total for those two fields. It works on all my reports except for this particular one that is based on an union query. I am able to sum up columns but for rows, I get a concatenated result instead. E.g. 2,300 + 1,200 = 3,500 but I get 23001200.
What am I doing wrong? Any help would be appreciated!