Fireman1143
IS-IT--Management
I am trying to write a DSum ststement to track days off for employees. I have the following:
DSum("[VSCount]","tblVacSickEmp","[VSEmpID]="& [Me].[EmplID]
My second criteria is to be >=[Me].[AnnivesaryDate] but I am having a problem adding it to the above. Suggestions?
Thanks,
Fireman1143
DSum("[VSCount]","tblVacSickEmp","[VSEmpID]="& [Me].[EmplID]
My second criteria is to be >=[Me].[AnnivesaryDate] but I am having a problem adding it to the above. Suggestions?
Thanks,
Fireman1143