G
Guest
Dear All,
I have one existing table at database 2 (new database-Table B), and the
other table at database 1 (old database-table Y).For example:
Table B at database 2
CustID Product_ Qty Sales $
111 TTT 20 $4000
222 KKK 10 $2300
444 HHH 14 $1890
Table Y at database 1
CustID Product_ Qty Sales $
115 UUU 15 $4500
225 JJJ 5 $1300
479 HHH 14 $1890
If I want to combine the table Y (from old database or database1) into the
table B in the new database (database 2), like below’s table:
CustID Product_ Qty Sales $
111 TTT 20 $4000
222 KKK 10 $2300
444 HHH 14 $1890
115 UUU 15 $4500
225 JJJ 5 $1300
479 HHH 14 $1890
What should I do when I import it?
I know I could combined them by Union Query (so both tables are in one
query), but if I want they are inâ€TABLE†(Not “Queryâ€), is there any solution
for this?
Appreciate your help and advise as usual
Many Thanks & Best Regards
Poimin
I have one existing table at database 2 (new database-Table B), and the
other table at database 1 (old database-table Y).For example:
Table B at database 2
CustID Product_ Qty Sales $
111 TTT 20 $4000
222 KKK 10 $2300
444 HHH 14 $1890
Table Y at database 1
CustID Product_ Qty Sales $
115 UUU 15 $4500
225 JJJ 5 $1300
479 HHH 14 $1890
If I want to combine the table Y (from old database or database1) into the
table B in the new database (database 2), like below’s table:
CustID Product_ Qty Sales $
111 TTT 20 $4000
222 KKK 10 $2300
444 HHH 14 $1890
115 UUU 15 $4500
225 JJJ 5 $1300
479 HHH 14 $1890
What should I do when I import it?
I know I could combined them by Union Query (so both tables are in one
query), but if I want they are inâ€TABLE†(Not “Queryâ€), is there any solution
for this?
Appreciate your help and advise as usual
Many Thanks & Best Regards
Poimin