I try to sum all the contract ours of employees in a report. I want to do that per department.
I looked at thread 703-1277036 and tried the following. :
.
In "report query" I check for Null values and do not include these.
DepID is in the header of my department detail.
I receive a syntax error.
What is going wrong?
Regards,
Gerard van Beek
I looked at thread 703-1277036 and tried the following. :
Code:
Dsum("[contrakt]","report query","[DepID]=" & DepID)
In "report query" I check for Null values and do not include these.
DepID is in the header of my department detail.
I receive a syntax error.
What is going wrong?
Regards,
Gerard van Beek