A
Anand Vaidya
I am finding out records of all employees present on a perticular date using
the fields [FK_Emp_Id] and [Date].The table tblDaily_Attendance stores the
records of all employees who are present. How do I write the query to find
"All employees who were not present on that date " . I don't have any field
seperately for finding out attendance status of an employee whether present
or absent. Should I have one or can I manage without this field?
OR should I take a seperate table to store whether an employee is present or
absent on a perticular date?
the fields [FK_Emp_Id] and [Date].The table tblDaily_Attendance stores the
records of all employees who are present. How do I write the query to find
"All employees who were not present on that date " . I don't have any field
seperately for finding out attendance status of an employee whether present
or absent. Should I have one or can I manage without this field?
OR should I take a seperate table to store whether an employee is present or
absent on a perticular date?