jrflanne
Technical User
- May 9, 2005
- 4
Hi,
I have a question that might be simple for you to answer but I can't seem to figure it out. I've searched this forum some but can't seem to find the answer. The table structure is as follows:
Name Layer Depth
A1 alpha 50
A1 beta 100
A1 gamma 200
A1 zeta 350
A2 alpha 100
A2 beta 200
A2 zeta 400
What I would like to do is query on Layer Beta and return the next layer below it (query i and return i+1). So the resulting table would be:
Name Layer Depth
A1 gamma 200
A2 zeta 400
I can visualize how to do this via programming (like fortran, which makes me an old fart), but I don't know VB at all. I am a 2 month Access user, which makes me kinda dangerous. I appreciate any ideas you might have. Thanks.
I have a question that might be simple for you to answer but I can't seem to figure it out. I've searched this forum some but can't seem to find the answer. The table structure is as follows:
Name Layer Depth
A1 alpha 50
A1 beta 100
A1 gamma 200
A1 zeta 350
A2 alpha 100
A2 beta 200
A2 zeta 400
What I would like to do is query on Layer Beta and return the next layer below it (query i and return i+1). So the resulting table would be:
Name Layer Depth
A1 gamma 200
A2 zeta 400
I can visualize how to do this via programming (like fortran, which makes me an old fart), but I don't know VB at all. I am a 2 month Access user, which makes me kinda dangerous. I appreciate any ideas you might have. Thanks.