A
Allie
I am having 2 issues with an employee absentee database.
Here is my set up
-Table "Records" which contains all employee absentee information (name, id,
dates,...) (Based on a linked excel spreadsheet from a network drive, which
gets updated every week.)
-Query "Records Query" which sums each employee's total absences, so there
is 1 record for each id number and it's corresponding sum. (Based on
"Records" table)
-Query for sums greater than 5 (Based on "Records Query")
-Query for sums greater than 6 (Based on "Records Query")
-Query for sums greater than 7 (Based on "Records Query")
I need to be able to have a report (preferable in spreadsheet form) that
will, for example, so ALL absences for ALL employees who have missed 7 days.
How can I connect the data from the table based on the badge numbers from the
query. So in other words, if the badge number shows up on the query for
greater than 7 absences, then I want to see what those absences are.
My second issue, and this is a big one, is that I only want to see the
absences for a year long period, but that period has a different start date
for each employee. The period begins on the date of the 1st absence. So if an
employees 1st absence was 5/5/08 and then throughout the year missed 3 more
days, then on 5/5/09, I want all 4 records to delete (or maybe we could just
report on current ones, but still not sure how to accomplish) Any ideas on
this one?
Here is my set up
-Table "Records" which contains all employee absentee information (name, id,
dates,...) (Based on a linked excel spreadsheet from a network drive, which
gets updated every week.)
-Query "Records Query" which sums each employee's total absences, so there
is 1 record for each id number and it's corresponding sum. (Based on
"Records" table)
-Query for sums greater than 5 (Based on "Records Query")
-Query for sums greater than 6 (Based on "Records Query")
-Query for sums greater than 7 (Based on "Records Query")
I need to be able to have a report (preferable in spreadsheet form) that
will, for example, so ALL absences for ALL employees who have missed 7 days.
How can I connect the data from the table based on the badge numbers from the
query. So in other words, if the badge number shows up on the query for
greater than 7 absences, then I want to see what those absences are.
My second issue, and this is a big one, is that I only want to see the
absences for a year long period, but that period has a different start date
for each employee. The period begins on the date of the 1st absence. So if an
employees 1st absence was 5/5/08 and then throughout the year missed 3 more
days, then on 5/5/09, I want all 4 records to delete (or maybe we could just
report on current ones, but still not sure how to accomplish) Any ideas on
this one?