D
DonD
I am hoping someone out there might be able to help me.
I have put together an MS Access 07 database that we use to track our
employee’s attendance. It contains two separate files/tables;
1) Roster – This contains the employee’s First, Last, MI, Emp # and a
password that the employee uses to log onto the database.
2) Log – This contains the attendance data for all of our employees. I.E.
Emp #, Clock-In Date and time
The database works well but I want to create an Access form, query or report
which monitors all of the employee’s arrival to work. I want to display the
entire roster and then compare and display the date and time of arrival for
each employee or lack thereof.
I have tried to use an Access report, and a query – but the output only
displays those employees that have arrived and not those that have yet to
report to work.
I have also tried to use an MS Form but my macro writing skills are not
quite sufficient.
Does anyone have some advice for me?
Here is a sample of what I am trying to do;
FIRST MI. LAST EMP# DATE TIME
JOHN C. DOE 11111 9/1/08 6:54 AM
MARY P. SMITH 22222
BRIAN D. COX 33333
FRED A. WILLSON 44444 9/1/08 7:03 AM
End of list
The first, Mi, last names, and employee numbers are stored in the roster
datatable. The date and time are stored in a log datatable.
Employee 22222 and 33333 have yet to arrive to work therefore no log data is
available to display.
All of my attempts result in a report that only displays employee numbers
11111 & 44444. I need to display all employees and any log data that might
exist for each employee.
Thanks in advance
I have put together an MS Access 07 database that we use to track our
employee’s attendance. It contains two separate files/tables;
1) Roster – This contains the employee’s First, Last, MI, Emp # and a
password that the employee uses to log onto the database.
2) Log – This contains the attendance data for all of our employees. I.E.
Emp #, Clock-In Date and time
The database works well but I want to create an Access form, query or report
which monitors all of the employee’s arrival to work. I want to display the
entire roster and then compare and display the date and time of arrival for
each employee or lack thereof.
I have tried to use an Access report, and a query – but the output only
displays those employees that have arrived and not those that have yet to
report to work.
I have also tried to use an MS Form but my macro writing skills are not
quite sufficient.
Does anyone have some advice for me?
Here is a sample of what I am trying to do;
FIRST MI. LAST EMP# DATE TIME
JOHN C. DOE 11111 9/1/08 6:54 AM
MARY P. SMITH 22222
BRIAN D. COX 33333
FRED A. WILLSON 44444 9/1/08 7:03 AM
End of list
The first, Mi, last names, and employee numbers are stored in the roster
datatable. The date and time are stored in a log datatable.
Employee 22222 and 33333 have yet to arrive to work therefore no log data is
available to display.
All of my attempts result in a report that only displays employee numbers
11111 & 44444. I need to display all employees and any log data that might
exist for each employee.
Thanks in advance