Hi,
I have a one table T1:
ID 1
Date 01.07.04
Field1 A
Field2 B
How to assign Field2 value "B" to Field1 for the next record ?
Next records must look so:
ID 2
Date 01.08.04
Field1 B
Field2 C
ID 3
Date 01.09.04
Field1 C
Field2 D
e.t.c
Thank's in advance for help.
Bob
I have a one table T1:
ID 1
Date 01.07.04
Field1 A
Field2 B
How to assign Field2 value "B" to Field1 for the next record ?
Next records must look so:
ID 2
Date 01.08.04
Field1 B
Field2 C
ID 3
Date 01.09.04
Field1 C
Field2 D
e.t.c
Thank's in advance for help.
Bob