Hi:
I am trying to copy data from one table into existing rows in another table. Here is a sample structure:
Table1.LocId
.Date
.otherdata
.number (there is a value in this field)
Table2.LocId
.Date
.otherTableSpecificData
.number (currently null)
I want to copy the number field value from Table1 into the corresponding number field in table2 where Table1.LocID=Table2.LocID and Table1.Date=Table2.Date.
How is this done?
TIA.
Holly
I am trying to copy data from one table into existing rows in another table. Here is a sample structure:
Table1.LocId
.Date
.otherdata
.number (there is a value in this field)
Table2.LocId
.Date
.otherTableSpecificData
.number (currently null)
I want to copy the number field value from Table1 into the corresponding number field in table2 where Table1.LocID=Table2.LocID and Table1.Date=Table2.Date.
How is this done?
TIA.
Holly