I have [TxtMo1] [TxtMo2] [TxtMo3] in the Details section of my report - They are unbound with a Row Source that uses Dlookup - the text Boxes are formatted as Currency [TxtMo1] [TxtMo2] [TxtMo3] all display the correct amount (in this case $25,000
In the <edit> Report <edit>Footer have An unbound Text Box formatted as Currency. In the control source I have =[TxtMo1]+[TxtMo2]+[TxtMo3] it should = $75,000
I get error #Type
It feels like this should be simple. Any help would be appreciated
** I had it in the page footer - but moved it to Report Footer = same problem