T
Tony Williams
I have a calculated control in the detail section of a report. The
calculation is
=[txtDomfacsoleqtr]-(DLookUp("[txtDomfacsoleqtr]","tblmaintabs","[txtMonthla
bel]= [txtqtr1]"))
The control is called prevqtramount. In a footer I want to calculate the sum
of this and have used =Sum([prevqtramount]) but nothing shows. Ive tried
repeating the calculation and used
=Sum([txtDomfacsoleqtr]-(DLookUp("[txtDomfacsoleqtr]","tblmaintabs","[txtMon
thlabel]= [txtqtr1]"))) but that doesn't work either.
What am I doing wrong?
Thanks
Tony
calculation is
=[txtDomfacsoleqtr]-(DLookUp("[txtDomfacsoleqtr]","tblmaintabs","[txtMonthla
bel]= [txtqtr1]"))
The control is called prevqtramount. In a footer I want to calculate the sum
of this and have used =Sum([prevqtramount]) but nothing shows. Ive tried
repeating the calculation and used
=Sum([txtDomfacsoleqtr]-(DLookUp("[txtDomfacsoleqtr]","tblmaintabs","[txtMon
thlabel]= [txtqtr1]"))) but that doesn't work either.
What am I doing wrong?
Thanks
Tony