Programmer John
New Member
- Joined
- Dec 19, 2012
- Messages
- 2
I have a data table with many records each including an event date. I then use queries to extract and sort data that meets certain criteria. My question is how can I calculate the interval between the dates in successive records. What I need is to show the number of days since the previous event for each record extracted by the query. I know the ID numbers of the two records but I can't determine how to jump across record boundaries to make the calculation.
Is this possible?
Thanks.
Is this possible?
Thanks.