Hi Experts,
I have two tables - tblContact and tblOrg
Contact table has only one option of mailing address e.g address,city,po stal code
whereas Org table has two options - one simple address - address,city, postal code
and other one is mailing address which is populated automatically if a check box is checked "Is mailing address same" - mailing address, mailing city, mailing Postal code
I want to generate a mailing list that gets all the addresss of the Contact table and
all the addresses from Org table but with mailing address populated as the first choice and if mailing address is empty then to use the simple address.
I really appreciate any help.
Regards,
Raz
I have two tables - tblContact and tblOrg
Contact table has only one option of mailing address e.g address,city,po stal code
whereas Org table has two options - one simple address - address,city, postal code
and other one is mailing address which is populated automatically if a check box is checked "Is mailing address same" - mailing address, mailing city, mailing Postal code
I want to generate a mailing list that gets all the addresss of the Contact table and
all the addresses from Org table but with mailing address populated as the first choice and if mailing address is empty then to use the simple address.
I really appreciate any help.
Regards,
Raz
Comment