Hi,
I know it should be an easy one but I can't figure out how to do this. I basically have 2 tables, one with 2 fields, FicheNumber and CaseNumber. The other table has the same fields with CaseNumber empty. I need to fill the CaseNumber column depending on the FicheNumber,
How to copy Case Number from Table 1 to Table 2 with a join on FicheNumber?
Thank you!
I know it should be an easy one but I can't figure out how to do this. I basically have 2 tables, one with 2 fields, FicheNumber and CaseNumber. The other table has the same fields with CaseNumber empty. I need to fill the CaseNumber column depending on the FicheNumber,
Code:
Table 1 Table 2
_____________________________ __________________________
FicheNumber CaseNumber FicheNumber CaseNumber
7656789 345 7656789
8763293 223 8763293
8763536 234 8763536
Thank you!