R
RMires
I have a field in a query (or table) and I need to add a field to that query
which gets filled by the first field in the next record. For example, if I
have a field:
Field 1
g
h
s
h
w
I need to create a new field:
Field 1 Field 2
g h
h s
s h
h w
w
The last record in Field 2 is unimportant and can remain Null. I know I
probably have to create a subquery but am not very familiar with the subject.
which gets filled by the first field in the next record. For example, if I
have a field:
Field 1
g
h
s
h
w
I need to create a new field:
Field 1 Field 2
g h
h s
s h
h w
w
The last record in Field 2 is unimportant and can remain Null. I know I
probably have to create a subquery but am not very familiar with the subject.