> You're right John. I'm glad you were monitoring this
> thread. I started to work this out for non-consequitive IDs
[quoted text clipped - 37 lines]
> >>>
> >>>Dev = Difference value between ind and adj, but it is not in a same record
Pardon my butting in here, perhaps I can be a little help.
In the code that Marsh and John suggested, "Table" is the name of your
table. The one containing the three fields - ID, Ind and Adj. T1 and T2
are just temporary names that are assigned for the use of the query (they
are called aliases).
If you want, just paste the code into the SQL page of the query builder and
change the word "Table" to the actual name of your table (2 places), then
run the query.
Note, they said that this particular approach will only work if the ID's in
your table are sequential.
I hope this is of some help.

Signature
Randy Harris
tech at promail dot com
I'm pretty sure I know everything that I can remember.
> I don't understand your answer John and Marshall
> Can you tell me what These are
[quoted text clipped - 46 lines]
> > >>>
> > >>>Dev = Difference value between ind and adj, but it is not in a same record
Nova - 11 Jan 2006 05:56 GMT
It worked !!!, In fact I don't know about aliases before and my ID field is
not sequential, however I will try it by myself first
Thankyou very much for everybody to help me Thank you
"Randy Harris" เขียน:
> Pardon my butting in here, perhaps I can be a little help.
>
[quoted text clipped - 66 lines]
> > > >>>Dev = Difference value between ind and adj, but it is not in a same
> record