O
Opal
I need some help in trying to create a balance forward
field on a report. I am running Access 2003 and I
want to be able to produce a report by employee
number to show total "points" accumulated. I want
the employee to be able to select a date range for
the report (i.e. from the first of the month) and
have a balance forward field on the report that
shows the total accumulate points up until the first
date on the report. I have tried DSum as follows:
=DSum("Points","CatchTable","[EmpNumber] =
" & Forms!frmSelectEmp!EmpNo & " AND
[CatchDate] <= #" & Forms!frmSelectEmp!StartDate & "#")
and I get # Name? as my result. What am I missing
or should I be writing a subquery. I am at a loss
as to how to proceed to get what I need.
field on a report. I am running Access 2003 and I
want to be able to produce a report by employee
number to show total "points" accumulated. I want
the employee to be able to select a date range for
the report (i.e. from the first of the month) and
have a balance forward field on the report that
shows the total accumulate points up until the first
date on the report. I have tried DSum as follows:
=DSum("Points","CatchTable","[EmpNumber] =
" & Forms!frmSelectEmp!EmpNo & " AND
[CatchDate] <= #" & Forms!frmSelectEmp!StartDate & "#")
and I get # Name? as my result. What am I missing
or should I be writing a subquery. I am at a loss
as to how to proceed to get what I need.