I am not sure if this is the right forum, but I will try here first. We have a table that includes the fields:
full_name
employee_ID
start_date
end_date
What we are tracking - or trying to track - is leave information and how many are on leave for a particular day. We can only allow so many individuals off per day in order to maintain operations.
What we would like to do is:
(1) Have a supervisor input a start date and end date for a requested leave.
(2) Display the total number of individuals that will have off during these dates. (i.e. june 24 = 4, June 25 = 1, etc.) This info comes from the table above.
How can we do this with only a start and end date given in the table and the request?
Thank You in advance. Harry Jessen
HMJessen@Yahoo.com
full_name
employee_ID
start_date
end_date
What we are tracking - or trying to track - is leave information and how many are on leave for a particular day. We can only allow so many individuals off per day in order to maintain operations.
What we would like to do is:
(1) Have a supervisor input a start date and end date for a requested leave.
(2) Display the total number of individuals that will have off during these dates. (i.e. june 24 = 4, June 25 = 1, etc.) This info comes from the table above.
How can we do this with only a start and end date given in the table and the request?
Thank You in advance. Harry Jessen
HMJessen@Yahoo.com