D
Denis Dougall
Can someone point me to where the missing opoerator is
Update Employee
Set Employee.[PPL 2 hour Limit]='yes'
FROM qryAbsentSum
WHERE (((qryAbsentSum.[reason code])='P04') AND
((qryAbsentSum.[CountOfreason code])>1));
Thanks
Denis
Update Employee
Set Employee.[PPL 2 hour Limit]='yes'
FROM qryAbsentSum
WHERE (((qryAbsentSum.[reason code])='P04') AND
((qryAbsentSum.[CountOfreason code])>1));
Thanks
Denis