G
Gina Whipp
I am trying to get the total hours taken if your time ahs been excused and
all I get is Type Mismatch 13 error. It works if I remove 'And
"[aExcused]=" - 1' but I need that to show me total excused hours. What am
I doing wrong.
Thanks in advance,
Gina
DaysOff = DSum("SumOfaTimeDecimal", "qryDaysOff", "aAssociateID = '" &
AssociateID & "'" And "[aExcused]=" - 1)
all I get is Type Mismatch 13 error. It works if I remove 'And
"[aExcused]=" - 1' but I need that to show me total excused hours. What am
I doing wrong.
Thanks in advance,
Gina
DaysOff = DSum("SumOfaTimeDecimal", "qryDaysOff", "aAssociateID = '" &
AssociateID & "'" And "[aExcused]=" - 1)