boomer1974
MIS
Good day all,
I am not very good with recordsets so I need some help on this one. I have a table - tblWarning (fields: WarnID, WarnType, EmpID, WarnDone.) that stores info. on employee warnings about attendance issues. I need to loop through the table (I think I have to use a recordset) and display a message if: the EmpID matches the active forms' EmpID, the warning type matches certain criteria, and if the warnDone (a checkbox) is false. Any help on how to set this code up would be greatly appreciated.
Thanks in advance,
Boomer
I am not very good with recordsets so I need some help on this one. I have a table - tblWarning (fields: WarnID, WarnType, EmpID, WarnDone.) that stores info. on employee warnings about attendance issues. I need to loop through the table (I think I have to use a recordset) and display a message if: the EmpID matches the active forms' EmpID, the warning type matches certain criteria, and if the warnDone (a checkbox) is false. Any help on how to set this code up would be greatly appreciated.
Thanks in advance,
Boomer