D
Dimitris
I will try to explain my problem in english as better as I can.
We have 2 tables with exactly the same design. One table is called July and
the other May. The table July has the data of May plus much more. "May" was
supposed to be deleted but for some reason it wasn't and a user accidently
entered more data in that table(May) instead of the one he should (July).
All of the records of "May" are also in "July" with the same ID numbers. So
I need to transfer the data from "May" to "June" for those records only. I
know I must use the ID number somehow which is the same and unique for every
record but how? Also can I transfer the data from particular columns of the
table "May"? For example I need to transfer only the data of column1 column2
and column3 of "May" to "July". Is it possible?
Can someone help me ? Thank You.
Dimitris
We have 2 tables with exactly the same design. One table is called July and
the other May. The table July has the data of May plus much more. "May" was
supposed to be deleted but for some reason it wasn't and a user accidently
entered more data in that table(May) instead of the one he should (July).
All of the records of "May" are also in "July" with the same ID numbers. So
I need to transfer the data from "May" to "June" for those records only. I
know I must use the ID number somehow which is the same and unique for every
record but how? Also can I transfer the data from particular columns of the
table "May"? For example I need to transfer only the data of column1 column2
and column3 of "May" to "July". Is it possible?
Can someone help me ? Thank You.
Dimitris