J
Jeff C
I need to determine the rate of customer returns for each Rep. I thought I
would create a set of queries which, by using "datediff" I can calculate the
number of days between the first "out date" and the second "in date".
How can I assign a variable to differentiate between the different sets of
"in date" and "out date" for each customer? I thought of using "min" and
"max" but if there are more that two sets of "in dates" and "out dates" for a
customer, then that return would be lost.
Data looks something like this:
rep #---------cust #------Date In-------Date Out
can someone offer a solution?
Thanks in advance
would create a set of queries which, by using "datediff" I can calculate the
number of days between the first "out date" and the second "in date".
How can I assign a variable to differentiate between the different sets of
"in date" and "out date" for each customer? I thought of using "min" and
"max" but if there are more that two sets of "in dates" and "out dates" for a
customer, then that return would be lost.
Data looks something like this:
rep #---------cust #------Date In-------Date Out
can someone offer a solution?
Thanks in advance