A
Access Rookie
Hello All,
I have a table that tacks customer subscriptions. I would like to add a
field "Laps Time" that tracks the number of months between renewals (no
unique id in this table). I need to take the End_Date of the first record and
subtract the Start_Date of the second record and so on (grouped by VIN and
Acct_Sak). Is there a way to do that in a query?
Start_Date End_Date Package VIN Acct_Sak Laps Time
11/17/2005 11/16/2006 FACTORY 00000000000 100000000
4/25/2007 4/24/2008 SAFETY 00000000000 100000000 5
4/25/2008 5/24/2008 SAFETY 00000000000 100000000 0
Any assitance provided will be greatly appreciated.
I have a table that tacks customer subscriptions. I would like to add a
field "Laps Time" that tracks the number of months between renewals (no
unique id in this table). I need to take the End_Date of the first record and
subtract the Start_Date of the second record and so on (grouped by VIN and
Acct_Sak). Is there a way to do that in a query?
Start_Date End_Date Package VIN Acct_Sak Laps Time
11/17/2005 11/16/2006 FACTORY 00000000000 100000000
4/25/2007 4/24/2008 SAFETY 00000000000 100000000 5
4/25/2008 5/24/2008 SAFETY 00000000000 100000000 0
Any assitance provided will be greatly appreciated.