D
Dorian
Can anyone see how this could come from executing this DSUM. I set breakpoint
and cmbYear and cmbMonth.column(0) both have values, also no column in the
table contains a Null.
intFPUOpnYTD = DSum("[FPUOpnMon]", "tblMonthlyReport", "[Year] = '" &
Me!cmbYear & "' AND [Month] >= '08' AND [Month] <= '" & Me!cmbMonth.Column(0)
& "'")
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".
and cmbYear and cmbMonth.column(0) both have values, also no column in the
table contains a Null.
intFPUOpnYTD = DSum("[FPUOpnMon]", "tblMonthlyReport", "[Year] = '" &
Me!cmbYear & "' AND [Month] >= '08' AND [Month] <= '" & Me!cmbMonth.Column(0)
& "'")
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".