I have two tables
tblROVW
tblROMR
Both contain 2 identical fields; NUMBER CODE
in tblROMR both fields are filled, in tblROVW only the field NUMBER is
filled.
for example
tblROMR tblROVW
Number Code Number Code
1234567 311 1234567 {nothing}
1897546 547 1897546 {nothing}
Now how can I 'copy' the value of the field CODE from tblROMR to
tblROVW where Number should be equal?
I have been thinking about this for days, I know the solution is so
simple but it simply will not come to me :(
(I want the value actually entered in the tblROVW, that means not using
a select query)
TIA!
tblROVW
tblROMR
Both contain 2 identical fields; NUMBER CODE
in tblROMR both fields are filled, in tblROVW only the field NUMBER is
filled.
for example
tblROMR tblROVW
Number Code Number Code
1234567 311 1234567 {nothing}
1897546 547 1897546 {nothing}
Now how can I 'copy' the value of the field CODE from tblROMR to
tblROVW where Number should be equal?
I have been thinking about this for days, I know the solution is so
simple but it simply will not come to me :(
(I want the value actually entered in the tblROVW, that means not using
a select query)
TIA!
Comment