shilpashetty27
Technical User
Hi,
I've been trying to accomplish the following in MS Access:
From the following table, I'm trying to filter out any duplicate 'Column B' values. For the unique 'Column B' values, I want my query to return the corresponding 'Column C' values.
Column A Column B Column C
1 abcd stuv
2 efgh xyzw
3 efgh qrst
4 ijkl mnop
The results of my query should look like this:
Column A Column B Column C
1 abcd stuv
2 efgh xyzw
3 ijkl mnop
Any help on how I can go about doing this is appreciated.
Thanks in advance!
Cheers,
Shilpa
I've been trying to accomplish the following in MS Access:
From the following table, I'm trying to filter out any duplicate 'Column B' values. For the unique 'Column B' values, I want my query to return the corresponding 'Column C' values.
Column A Column B Column C
1 abcd stuv
2 efgh xyzw
3 efgh qrst
4 ijkl mnop
The results of my query should look like this:
Column A Column B Column C
1 abcd stuv
2 efgh xyzw
3 ijkl mnop
Any help on how I can go about doing this is appreciated.
Thanks in advance!
Cheers,
Shilpa