Hello:
I am trying to use a query to find the previous record of a transaction and provide an additional field that computes the difference in the dates in days. (The days from TransferID 23 to TransferID 24)
TransferID Job Number Tool Number TranferDate DaysOnRent
22 1 10 9/1/13
22 1 12 9/1/13
23 2 10 10/18/13
23 2 12 10/18/13
24 3 10 12/15/13
24 3 12 12/15/13
I have seen other posts that reference the following link.
http://allenbrowne.com/subquery-01.html
This looks like a possible solution but I am having trouble figuring out exactly what this looks like in query design mode. (It may need to be adapted to work with Access 2010?)
Thank you!
I am trying to use a query to find the previous record of a transaction and provide an additional field that computes the difference in the dates in days. (The days from TransferID 23 to TransferID 24)
TransferID Job Number Tool Number TranferDate DaysOnRent
22 1 10 9/1/13
22 1 12 9/1/13
23 2 10 10/18/13
23 2 12 10/18/13
24 3 10 12/15/13
24 3 12 12/15/13
I have seen other posts that reference the following link.
http://allenbrowne.com/subquery-01.html
This looks like a possible solution but I am having trouble figuring out exactly what this looks like in query design mode. (It may need to be adapted to work with Access 2010?)
Thank you!
Last edited: