B
BillyRogers
I have reports that are emailed each month and usually about 50 are returned.
I need to notify the Managers of the accounts. The manager name and emails
are stored in a [Main] table. The email address field can contain multiple
email addresses separated by semi-colons.
I want to put the returned email addresses in a table and somehow join it to
the [Main] table using the email address.......I just don't know how to join
a field in one table to a field in another where you want to match to an item
in a list stored in a single field.
Any ideas?
****
(Please save the lectures on Normalization--I'm trying to work with what I'm
given here. I don't have the authority to change the tables. This is a
process that I do manually each month and wanted to try to autamate it if
possible)
--
Billy Rogers
Dallas,TX
Currently Using SQL Server 2000, Office 2000 and Office 2003
I need to notify the Managers of the accounts. The manager name and emails
are stored in a [Main] table. The email address field can contain multiple
email addresses separated by semi-colons.
I want to put the returned email addresses in a table and somehow join it to
the [Main] table using the email address.......I just don't know how to join
a field in one table to a field in another where you want to match to an item
in a list stored in a single field.
Any ideas?
****
(Please save the lectures on Normalization--I'm trying to work with what I'm
given here. I don't have the authority to change the tables. This is a
process that I do manually each month and wanted to try to autamate it if
possible)
--
Billy Rogers
Dallas,TX
Currently Using SQL Server 2000, Office 2000 and Office 2003