S
SKB
I asked this question in the 'getting started' forum. Maybe the wrong
place, thought I should try here also.
I have three tables that represent three separate mailing lists
(converted from text files). Many of the people are in all three lists.
Currently each table contains name and address information with a yes/no
field for their list.
Is there an easy way to combine the three tables into one table showing
which lists they are in avoiding duplicates in the Name information.
for example
This;
Table1
Name| list1 |list2 |list3
yes no no
Table2
Name| list1 |list2 |list3
no no no
Table3
Name| list1 |list2 |list3
no no yes
To this;
Table
Name| list1| list2| list3
yes no yes
If I can just get pointed in the right direction it would be great!
Thanks in advance for any help,
SKB
place, thought I should try here also.
I have three tables that represent three separate mailing lists
(converted from text files). Many of the people are in all three lists.
Currently each table contains name and address information with a yes/no
field for their list.
Is there an easy way to combine the three tables into one table showing
which lists they are in avoiding duplicates in the Name information.
for example
This;
Table1
Name| list1 |list2 |list3
yes no no
Table2
Name| list1 |list2 |list3
no no no
Table3
Name| list1 |list2 |list3
no no yes
To this;
Table
Name| list1| list2| list3
yes no yes
If I can just get pointed in the right direction it would be great!
Thanks in advance for any help,
SKB