SyafiqIzzat
Registered User.
- Local time
- Today, 13:21
- Joined
- Aug 16, 2010
- Messages
- 19
Hello all,
I wanna ask about SQL codes on how to join 2 fields from 2 different tables in Access into 1 new field in new table proposedly. It is not that I want to combine those two fields into 1 new combined field like this. (many turned up giving this solution)
First Field (First Name) from Table A: John
Second Field (Last Name): Stuart
Third Field (First Name) & (Last Name): John Stuart
I have different case whereby I want
First Field (Product) from Table A: Book
Second Field (Product) from Table B: Pencil
Third Field (Product): Book
Pencil
The two values would not be combined. In other way round, if the Product in Table B does not exist in Table A, it would be added to a new row in the new field (Third Field).
Hoping for feedbacks. TIA.
I wanna ask about SQL codes on how to join 2 fields from 2 different tables in Access into 1 new field in new table proposedly. It is not that I want to combine those two fields into 1 new combined field like this. (many turned up giving this solution)
First Field (First Name) from Table A: John
Second Field (Last Name): Stuart
Third Field (First Name) & (Last Name): John Stuart
I have different case whereby I want
First Field (Product) from Table A: Book
Second Field (Product) from Table B: Pencil
Third Field (Product): Book
Pencil
The two values would not be combined. In other way round, if the Product in Table B does not exist in Table A, it would be added to a new row in the new field (Third Field).
Hoping for feedbacks. TIA.