I have a Db up and running. It logs parts in batch No's. amongst other things. I now want to import extra historical batch data that is in excel to populate fields in the Db. The batch No. links the 2 together. I've imported the info into a temporary table with no problems. How do I now get it update the batch specific info from the one table to the other.
Ie batch 111 shows 3 parts were rejected in table 1 (temporary table). I want to update the rejected field for batch 111 in table 2 to 3.
I dont want to link the table because it means I'll have to go in and adjust a lot of other settings in the Db.
Many thanks
EQ
Ie batch 111 shows 3 parts were rejected in table 1 (temporary table). I want to update the rejected field for batch 111 in table 2 to 3.
I dont want to link the table because it means I'll have to go in and adjust a lot of other settings in the Db.
Many thanks
EQ