I am working on a time clock application, and I've got most of it completed. The problem I'm having is the way I want to display information.
I have two tables. Employees and Clock.
There are similar fields (eg. Employees.EmplCode = Clock.EmployeeCode), so I have been able to select both tables. I wish to display the information like:
Employee Code - Name
date - in - out - total time
date - in - out - total time
for every employee in the "Employees" table.
Can anyone give me a suggestion?
I have two tables. Employees and Clock.
There are similar fields (eg. Employees.EmplCode = Clock.EmployeeCode), so I have been able to select both tables. I wish to display the information like:
Employee Code - Name
date - in - out - total time
date - in - out - total time
for every employee in the "Employees" table.
Can anyone give me a suggestion?