I am quite new in microsoft access and right now trying to build a database to make my life easier. However i have some problem. There are 2 main tables right now: [HR Database] and [Incident List] Tables
Where HR Database table contain the Employee (Autonumber) ID and employee details such as his basic salary, position, address, etc
The Incident list contains Employee ID, Type, Date, Month and Year and Details
I also build a relationship between employee Id of those tables.
On my query, i build an Incident summary group by the month where I can see each name having how many times OFF, PH(Public Holiday) and M/C (inputted on Incident List.Type) using "count"
As I go forward in thinking to make a payroll report based on this database, I found out that if employee ID no 1 is sick on May-11 and have no absences on June-11, If I pull out the data for June-11, the employee ID no 1 doesn't show up ><
what I really like is to have the complete set of employee ID on my payroll report.
Please help T.T
Where HR Database table contain the Employee (Autonumber) ID and employee details such as his basic salary, position, address, etc
The Incident list contains Employee ID, Type, Date, Month and Year and Details
I also build a relationship between employee Id of those tables.
On my query, i build an Incident summary group by the month where I can see each name having how many times OFF, PH(Public Holiday) and M/C (inputted on Incident List.Type) using "count"
As I go forward in thinking to make a payroll report based on this database, I found out that if employee ID no 1 is sick on May-11 and have no absences on June-11, If I pull out the data for June-11, the employee ID no 1 doesn't show up ><
what I really like is to have the complete set of employee ID on my payroll report.
Please help T.T