T
Tobes
Heya im pretty new to access.
I have a table which is a list of names (all the people in my office) Called
'Names'
I have another table which has a list of dates for a month. Its filled in
with people who are absent on what days for that month. This is called
'Absence'
I want to create a way where it subtracts the names that are absent on that
day, for the whole to leave me who isn't absent.....
E.G.
Table 1 Table 2
'Names' 'monday 1st' 'Tuesday 2nd'
A A B
B B
C
D
So i would get another table that shows
Monday 1st , Tuesday 2nd
C A
D C
D
Is it possible , if so how?
I have a table which is a list of names (all the people in my office) Called
'Names'
I have another table which has a list of dates for a month. Its filled in
with people who are absent on what days for that month. This is called
'Absence'
I want to create a way where it subtracts the names that are absent on that
day, for the whole to leave me who isn't absent.....
E.G.
Table 1 Table 2
'Names' 'monday 1st' 'Tuesday 2nd'
A A B
B B
C
D
So i would get another table that shows
Monday 1st , Tuesday 2nd
C A
D C
D
Is it possible , if so how?