I am trying to make a total text for two fields (don't know if I said that correctly). I have a black field and a red field with many different records for cash totals for each. What I mean is lets say for example there are 8 records on one form and 5 or them are red and 3 are black, each record has a different number for total so what I did was create a text to add up the total for all. Now what I would like to do is add another text that would add up just the red and one for just the black. I think dsum is the correct expression to use with dsum("[total]", "tasks", "[color] like "red"") but when I run it i get Name# or something like that in the box. I don't know if the I linked it to the right domain or what, although I did think it was correct. If anyone could help on what I should do or if there is another way to do it I would really appreciate it. Thanks