Could you please help me with this?
I have this in Excel
col1 col2
aaa aaa
bbb
ccc ggg
ddd nnn
ccc
eee ppp
fff bbb
nnn
I am importing it in MicrosoftAccess in a table and I want to pick only the records from col2 which are not in col1, as
ggg
nnn
ppp
Is it possible to write a query to accomplish this?
I have tried to import the 2 separate columns in 2 separate tables, but still I don’t know how to write a select.
Or maybe there is a way to do this in Excel?
Thanks
I have this in Excel
col1 col2
aaa aaa
bbb
ccc ggg
ddd nnn
ccc
eee ppp
fff bbb
nnn
I am importing it in MicrosoftAccess in a table and I want to pick only the records from col2 which are not in col1, as
ggg
nnn
ppp
Is it possible to write a query to accomplish this?
I have tried to import the 2 separate columns in 2 separate tables, but still I don’t know how to write a select.
Or maybe there is a way to do this in Excel?
Thanks