Hi everyboby, i'm new in the DB world and i need a little help on this matter:I've got two similar tables and i need to transfer some fields from one to the other, but sending them in specific records...! I'll try to explain better with an example: I have a table with fields A, B and C (text fields with completely filled records) and another table with fields A, B and D (where only field B is filled with some values equals to those in the B field of the first table); I'd like to copy a part of the A field values of the first table in the second one, but keeping the association with the respective B value....Is it clear??(I hope...anyway, sorry for my bad english...)
I'm trying with some update query, but once i selcted the values i want from the A i still cant send them in the right records...it keepd adding them as new record on the second table...Help!!