M
MJE
I have a table that looks like this:
Aircraft Event Date
1 1/1/06
1 2/1/06
2 1/1/06
1 3/1/06
2 2/1/06
I need a query that provides the difference between each pair of dates
(there may be up to 20 pairs) similar to the following:
Aircraft Datedif1 Datedif2 .... Datedif(n)
I've tried using crosstab queries, but am having no luck. Any suggestions
would be appreciated!
Aircraft Event Date
1 1/1/06
1 2/1/06
2 1/1/06
1 3/1/06
2 2/1/06
I need a query that provides the difference between each pair of dates
(there may be up to 20 pairs) similar to the following:
Aircraft Datedif1 Datedif2 .... Datedif(n)
I've tried using crosstab queries, but am having no luck. Any suggestions
would be appreciated!