scriptscribe
MIS
I'm working on a project to calculate turnaround times in business days. The report is sorted based on a Type column. The four types are: COMM,SEN,POS,MEDI. What I need to do is calculate the number of COMM records that took 5 business days or more to turn around and COMM records that took 6 business days or more to turn around (and something similar for SEN,POS and MEDI).
I found a VBA function in another forum here that I've applied to accurately calculate the # of business days, so I'm left with finding a way to get a count of the # which are 5 days or less and the # that are 6 days or more. How should I go about this? Right now I have a count of the total # of records at each break in type and would like to have a total of business days that goes below it. I could also put them at the end of the report but at each section break would look neater.
I've tried just about everything that I can think of and am stuck. I'm used to working with sub procedures in forms and am new to functions and reports, so I'm kind of at a loss. Any help would be greatly appreciated.
I found a VBA function in another forum here that I've applied to accurately calculate the # of business days, so I'm left with finding a way to get a count of the # which are 5 days or less and the # that are 6 days or more. How should I go about this? Right now I have a count of the total # of records at each break in type and would like to have a total of business days that goes below it. I could also put them at the end of the report but at each section break would look neater.
I've tried just about everything that I can think of and am stuck. I'm used to working with sub procedures in forms and am new to functions and reports, so I'm kind of at a loss. Any help would be greatly appreciated.