Hey everyone,
I've hit a wall in making my database and was hoping someone would have a solution.
So I have 2 tables:
1. Employees
2. Transaction Log
Employees has the names of employees with information like addresses and phone numbers
Transaction log is linked to a dba file that is generated by an access control system (office door opens with a keycard) that has the employee names and the date and time they entered the building .
Now what i idealy wanted to achieve was to have a weekly or even monthly table that every day it can tell me who is in and who isn't , kind of like an attendance list so i figured i would compare the 2 existing table and apend a "yes or no" to a third table, but i couldnt figure out where to start.
Any advice?
Thanks!
I've hit a wall in making my database and was hoping someone would have a solution.
So I have 2 tables:
1. Employees
2. Transaction Log
Employees has the names of employees with information like addresses and phone numbers
Transaction log is linked to a dba file that is generated by an access control system (office door opens with a keycard) that has the employee names and the date and time they entered the building .
Now what i idealy wanted to achieve was to have a weekly or even monthly table that every day it can tell me who is in and who isn't , kind of like an attendance list so i figured i would compare the 2 existing table and apend a "yes or no" to a third table, but i couldnt figure out where to start.
Any advice?
Thanks!