Hello,
Our company has an Intranet that displays contact details for contact persons and organisations on separate pages for each. The asp pages get their information from SQL stored procedures (GetContactPersonAddresses for contact persons, and GetContactOrgAddresses for contact organisations).
Contact persons are linked to an organisation, and I want to display the organisation's address if the person does not have one. Can this be done by running GetContactOrgAddresses within the ContactPersonAddresses?
I am a novice (a contractor designed the ASP pages and stored procedures) Any ideas are very welcome.
Thank you
Marietjie
Our company has an Intranet that displays contact details for contact persons and organisations on separate pages for each. The asp pages get their information from SQL stored procedures (GetContactPersonAddresses for contact persons, and GetContactOrgAddresses for contact organisations).
Contact persons are linked to an organisation, and I want to display the organisation's address if the person does not have one. Can this be done by running GetContactOrgAddresses within the ContactPersonAddresses?
I am a novice (a contractor designed the ASP pages and stored procedures) Any ideas are very welcome.
Thank you
Marietjie