my earlier post where I had a problem totalling fields on a report I thought the DSum had fixed this
using the =DSum("[SourceVol]","[tblDelMain]") in an unbound control on the report sums all [SourceVol] in the DB
My Report is opened by using two unbound cbo =[Forms]![frmReports]![txtStartDate] and =[Forms]![frmReports]![txtEndDate] via VBAI'm picking I need to either include the DSum in my VBA or in the query for the report to Sum only those records in the report but I cannot get them to work
help again please