Hi -
I have a simple problem which I could do with a little help on to get me going.
I have a test database which has two tables;
Customer
Address
Customer has a two foreign keys to address. It references addressID with;
Address1ID
Address2ID
What I want to do is to create a typed list (?) to fetch the customer and grab the two address entities associated with it. Can't seem to get my head around how to do this. Could someone point me in the right direction please?
Kind regards,
Phil.