R
Robert Gillard
I am using Access 2000
On a form I wish to calculate the length of time an item has ben
outstanding. The start time and end time are detailed as eg 24 Feb 2004
09:13:46.
Ideally I want to know the the number of working days (Mon to Fri, 9 to 5)
an item has been outstanding (ie 4 days 03 hours 16mins) . I do not think it
is as easy as just taking "Start - End" as this does not go past 24 hours.
So do I have to split the time and day into 2 different sections and then
take "startDays - EndDays" and then "startTime - EndTime" and then put them
back together afterwards.
I did find a "DateDiff" but that does not seem to want to work for me,
although it may be because the of the way I have the date is formated to
start with, (General date ie includes time)
Can anyone suggest the best way forward please.
Bob
On a form I wish to calculate the length of time an item has ben
outstanding. The start time and end time are detailed as eg 24 Feb 2004
09:13:46.
Ideally I want to know the the number of working days (Mon to Fri, 9 to 5)
an item has been outstanding (ie 4 days 03 hours 16mins) . I do not think it
is as easy as just taking "Start - End" as this does not go past 24 hours.
So do I have to split the time and day into 2 different sections and then
take "startDays - EndDays" and then "startTime - EndTime" and then put them
back together afterwards.
I did find a "DateDiff" but that does not seem to want to work for me,
although it may be because the of the way I have the date is formated to
start with, (General date ie includes time)
Can anyone suggest the best way forward please.
Bob