Can anyone please help
I am trying to calcuate between rows in a query and
1. not sure that this is possible
2. If it is possible I'm not sure how to do it
As sample of query results are shown below
Start Date End Date Clash Ref Clash or Not
Row 1 03/04/2010 24/12/2010 10 1
Row 2 09/04/2010 10/04/2010 11 1
Row 3 05/04/2010 06/04/2010 11 1
My calculation needs to go something like
If (Row 2 Clash Ref = Row 3 Clash Ref and Row 2 [Start Date] > Row 3 [Start Date] and Row 2 [Start Date]< Row 3 [End Date] then Count = 2,0)
I've been 'googling' but cannot seem to find anything so any help, as always would be appreciated
I am trying to calcuate between rows in a query and
1. not sure that this is possible
2. If it is possible I'm not sure how to do it
As sample of query results are shown below
Start Date End Date Clash Ref Clash or Not
Row 1 03/04/2010 24/12/2010 10 1
Row 2 09/04/2010 10/04/2010 11 1
Row 3 05/04/2010 06/04/2010 11 1
My calculation needs to go something like
If (Row 2 Clash Ref = Row 3 Clash Ref and Row 2 [Start Date] > Row 3 [Start Date] and Row 2 [Start Date]< Row 3 [End Date] then Count = 2,0)
I've been 'googling' but cannot seem to find anything so any help, as always would be appreciated