lyleatmark
MIS
I have two table with a set of records
TABle A
ACC# Name Name2 Name3 Name4
1 John
2 Mary
3 Richard
TABLE B
ACC# Name
1 Dick
1 John
2 Vincent
2 jane
3 Med
3 John
3 Mary
I want to update my table A records in field Name2,Name3 etc When the act# of tables A and B are equal. I neednan expamle ofa SQL script to do that
TABle A
ACC# Name Name2 Name3 Name4
1 John
2 Mary
3 Richard
TABLE B
ACC# Name
1 Dick
1 John
2 Vincent
2 jane
3 Med
3 John
3 Mary
I want to update my table A records in field Name2,Name3 etc When the act# of tables A and B are equal. I neednan expamle ofa SQL script to do that