Thanks Michael, but is it possible to run a statement that will pull the secondary contact name also? When you add a secondary contact, it places the contact info in one record with rectype = 'C' and the e-mail address with rectype = 'P'. The link seems to be between the contact field with rectype 'C' and the address2 field of the record with rectype='P'.
I wanted a result set that looked like the following. (All from contsupp)
Secondary Contact E-Mail
----------------------------------------
Joe Smith JSmith@aol.com
Bob Jones BJones@aol.com
I could create another table, populate the table w/e-mail addresses, then join the tables together. I was hoping there was a statement I could do and avoid creating other tables. I'm having trouble getting the syntax.
Thanks
Dave