Dear all,
I have an attendance database as follows:
tbl_Attendance
Employee_ID
IN/OUT Flag
Datetime
Is it possible to create a query which selects and merges the Datetime according to the IN/OUT Flag? i.e. I want my query to spit out:
qry_Attendance
Employee_ID
Time IN
Time OUT
Date
I have an attendance database as follows:
tbl_Attendance
Employee_ID
IN/OUT Flag
Datetime
Is it possible to create a query which selects and merges the Datetime according to the IN/OUT Flag? i.e. I want my query to spit out:
qry_Attendance
Employee_ID
Time IN
Time OUT
Date