Hello,
I actually don't know where to post for SQL Queries used in MS Access.
If this is not the correct thread, please redirect this to the correct one.
Anyway, I am kinda newbie to the query I want here.
Let's say TABLE1 has the following data:
<ColumnLetter >
A
B
C
TABLE2 has the following data:
<ColumnLetter >
B
C
D
How can I get all the unique data in this form?
A
B
C
D
I am sorry if I am too noob on this.
I actually don't know where to post for SQL Queries used in MS Access.
If this is not the correct thread, please redirect this to the correct one.
Anyway, I am kinda newbie to the query I want here.
Let's say TABLE1 has the following data:
<ColumnLetter >
A
B
C
TABLE2 has the following data:
<ColumnLetter >
B
C
D
How can I get all the unique data in this form?
A
B
C
D
I am sorry if I am too noob on this.
Comment