T
Teri
Below is the verbage on my union query. Everything works okay, except it suppresses a duplicate record if everything across the record is exactly the same. I don't want it to do that. Can someone please tell me if there is something I can add to this so that won't happen
Thanks!
SELECT [Master.Company],[Master.FirstName],[Master.LastName],[Master.Address],[Master.Address2],[Master.City],[Master.State],[Master.Zip
FROM [qry TW Subscribers (TW Comp and TW Paid Only)
UNION SELECT [Agency],[AgFirstName],[AgLastName],[AgAddress],[AgAddress2],[AgCity],[AgState],[AgZip
FROM [qry TW Subscribers (Agencies Only)]
Thanks!
SELECT [Master.Company],[Master.FirstName],[Master.LastName],[Master.Address],[Master.Address2],[Master.City],[Master.State],[Master.Zip
FROM [qry TW Subscribers (TW Comp and TW Paid Only)
UNION SELECT [Agency],[AgFirstName],[AgLastName],[AgAddress],[AgAddress2],[AgCity],[AgState],[AgZip
FROM [qry TW Subscribers (Agencies Only)]