BiggerBrother
Technical User
I have a table called address, which is linked to a national postcode database. I also have two tables, correspondence, and contacts.
My issue is that I need to return two addresses from the same table into the same recordset. The links are:
corres.to = contact.id
corres.from = contact.id
contact.id = address.id
I need to return a table, with 5 fields for each address, called add1 to add5 and also add_postcode.
Any ideas would be fantastic.
Many thanks
BB
My issue is that I need to return two addresses from the same table into the same recordset. The links are:
corres.to = contact.id
corres.from = contact.id
contact.id = address.id
I need to return a table, with 5 fields for each address, called add1 to add5 and also add_postcode.
Any ideas would be fantastic.
Many thanks
BB