mitchem1
Registered User.
- Local time
- Today, 14:09
- Joined
- Feb 21, 2002
- Messages
- 153
For the sample table below,
Station Offset Slope
A 3 21
A 5 19
A 7 14
B 1 8
B 1.5 6
B 3 5
B 7 2
Would it be possible to use a query (or any other way) to create a new table out that looks like this?
A 3 21 5 19 7 14
B 1 8 1.5 6 3 5 7 2
In other words it alternates offset/slope/pffset/slope/etc. for the same station and then starts with the next station. THanks in advance.
Station Offset Slope
A 3 21
A 5 19
A 7 14
B 1 8
B 1.5 6
B 3 5
B 7 2
Would it be possible to use a query (or any other way) to create a new table out that looks like this?
A 3 21 5 19 7 14
B 1 8 1.5 6 3 5 7 2
In other words it alternates offset/slope/pffset/slope/etc. for the same station and then starts with the next station. THanks in advance.