L
Laudrup
I have a database that allocates people to jobs, which is based on
the
Resource Scheduling database.
I would like to show on a Form the current amount of shifts an
employee has worked, by counting consecutive dates from a given date
(ScheduleDatetxt on the form).
Relevant tables used in the form
Employees
Employ_Ref (text)
Surname....
ScheduleDetails (Where jobs allocation is saved)
ScheduleDetailsID
ScheduleID
Employ_Ref (text)
Schedule (job date is saved)
ScheduleID
ScheduleDate
Is there anyway I can do this using VB or SQL? Any help would be
greatly
appreciated.
the
Resource Scheduling database.
I would like to show on a Form the current amount of shifts an
employee has worked, by counting consecutive dates from a given date
(ScheduleDatetxt on the form).
Relevant tables used in the form
Employees
Employ_Ref (text)
Surname....
ScheduleDetails (Where jobs allocation is saved)
ScheduleDetailsID
ScheduleID
Employ_Ref (text)
Schedule (job date is saved)
ScheduleID
ScheduleDate
Is there anyway I can do this using VB or SQL? Any help would be
greatly
appreciated.