B
Ben
Thanks for the help!
I am using MSAccess 2002. I have a database with 3 linked
tables. These tables contain similar information. One
table is from an Excel spreadsheet. I wish to merge the
data in these three tables into a fourth table, but filter
the data as I merge. Each table contains a list of names
and email addresses separated into three
colums; "FirstName", "LastName", and "Email". There is an
additional criteria field labeled "Remove". I wish to
place the name and email data into a table, while removing
duplicate email addresses, and furthermore removing those
entries where the "Remove" field is a value other than "0"
(zero). A UNION query is what im using now, but I dont
know enough about SQL to filter the data. Just to add
something even more fun to the mix, the "Remove" field may
have different values in different tables, and in fact may
not exist in all of the tables! Please help!
Ben
I am using MSAccess 2002. I have a database with 3 linked
tables. These tables contain similar information. One
table is from an Excel spreadsheet. I wish to merge the
data in these three tables into a fourth table, but filter
the data as I merge. Each table contains a list of names
and email addresses separated into three
colums; "FirstName", "LastName", and "Email". There is an
additional criteria field labeled "Remove". I wish to
place the name and email data into a table, while removing
duplicate email addresses, and furthermore removing those
entries where the "Remove" field is a value other than "0"
(zero). A UNION query is what im using now, but I dont
know enough about SQL to filter the data. Just to add
something even more fun to the mix, the "Remove" field may
have different values in different tables, and in fact may
not exist in all of the tables! Please help!
Ben