F
Famille LE PETIT
Hello.
I have a table that counts a set of neat indications to which are
associated two values.
In a calculation that I must achieve, I must have n and n-1.
Either to be more precise :
Table of the indications
IdIndice Taux1 Taux2
1 A1 A2
2 B1 B2
3 C1 C2
Etc.
I would like to get the table or the following request :
IdIndice Taux1 Taux2 IdIndiceNext Taux1Next Taux2Next
1 A1 A2 2 B1 B2
2 B1 B2 3 C1 C2
Question: Is it possible to create the second table with a request?
Of advance, I thank you for your contributions.
Cordially, Arnaud
I have a table that counts a set of neat indications to which are
associated two values.
In a calculation that I must achieve, I must have n and n-1.
Either to be more precise :
Table of the indications
IdIndice Taux1 Taux2
1 A1 A2
2 B1 B2
3 C1 C2
Etc.
I would like to get the table or the following request :
IdIndice Taux1 Taux2 IdIndiceNext Taux1Next Taux2Next
1 A1 A2 2 B1 B2
2 B1 B2 3 C1 C2
Question: Is it possible to create the second table with a request?
Of advance, I thank you for your contributions.
Cordially, Arnaud