I have a table similar to this one:
Field1 field2 field3
1 Serial# 1
2 copy 1
3 .
4 .
5 Serial# 2
6 copy 2
7 .
8 .
. . .
. . .
. . .
How do I create a Query that takes a number/string in Field3 and copies the number/string to the next record if blank until it finds another number in the same field and copies the new number/string until it finds another number/string , etc.?
Field1 field2 field3
1 Serial# 1
2 copy 1
3 .
4 .
5 Serial# 2
6 copy 2
7 .
8 .
. . .
. . .
. . .
How do I create a Query that takes a number/string in Field3 and copies the number/string to the next record if blank until it finds another number in the same field and copies the new number/string until it finds another number/string , etc.?