A
Antonio
My customer would like to build a scheduling tool into a
current database we have in the office. At the moment,
this database holds Employee information in a table
called "tblEmployeeData". The customer would like a
report that lists all the employees and a corresponding
work schedule (denoted by Weekend (Wed thru Sun 1st
person, Sat thru Wed 2nd person) or Weekday (Monday thru
Friday). However, after a specific amount of time (2
weeks), the report would shift the work schedule down to
the next person in line...and then 2 weeks later, shift
again, etc etc.
Example:
From Jan 1 2004 to Jan 15 2004...("Weekend" denotes Sat
and Sun, "Weekday" denotes Mon - Fri)
txtEmployeeID txtWorkSched
medinaa Weekend
smithl Weekday
johnsonz Weekday
priceo Weekday
dunnl Weekday
razoc Weekend
From Jan 16 to Jan 31
txtEmployeeID txtWorkSched
medinaa Weekend
smithl Weekend
johnsonz Weekday
priceo Weekday
dunnl Weekday
razoc Weekday
From Feb 1 to Feb 15
txtEmployeeID txtWorkSched
medinaa Weekday
smithl Weekend
johnsonz Weekend
priceo Weekday
dunnl Weekday
razoc Weekday
The idea is that each person is on weekend duty for 4
weeks at a time, this is displayed on a report without
actually having to create a record in a shedule table for
each individual person for each individual day. My
customer would like to avoid record entries all together
and just display a specific employee ID in a weekend or
weekday slot for four weeks at a time and rotate through.
I dont know how to set this up....can anyone help.
TIA
current database we have in the office. At the moment,
this database holds Employee information in a table
called "tblEmployeeData". The customer would like a
report that lists all the employees and a corresponding
work schedule (denoted by Weekend (Wed thru Sun 1st
person, Sat thru Wed 2nd person) or Weekday (Monday thru
Friday). However, after a specific amount of time (2
weeks), the report would shift the work schedule down to
the next person in line...and then 2 weeks later, shift
again, etc etc.
Example:
From Jan 1 2004 to Jan 15 2004...("Weekend" denotes Sat
and Sun, "Weekday" denotes Mon - Fri)
txtEmployeeID txtWorkSched
medinaa Weekend
smithl Weekday
johnsonz Weekday
priceo Weekday
dunnl Weekday
razoc Weekend
From Jan 16 to Jan 31
txtEmployeeID txtWorkSched
medinaa Weekend
smithl Weekend
johnsonz Weekday
priceo Weekday
dunnl Weekday
razoc Weekday
From Feb 1 to Feb 15
txtEmployeeID txtWorkSched
medinaa Weekday
smithl Weekend
johnsonz Weekend
priceo Weekday
dunnl Weekday
razoc Weekday
The idea is that each person is on weekend duty for 4
weeks at a time, this is displayed on a report without
actually having to create a record in a shedule table for
each individual person for each individual day. My
customer would like to avoid record entries all together
and just display a specific employee ID in a weekend or
weekday slot for four weeks at a time and rotate through.
I dont know how to set this up....can anyone help.
TIA