Hi!
I have three tables
tblaudit - has 1600 records - one field has postcode
tblpostcodes - has 230000 records - one field is postcode, another is lsoa
tlbdeprivation - has 32000 records - one field is lsoa, another is score
What I am trying to do is run a query that selects the postcodes from tblaudit - and matches them up with postcodes and respective lsoa from tblaudit - then to match that result up with the lsoa and score found in tlbdeprivation.
Not sure how to set up relations or run query on this guys
I have three tables
tblaudit - has 1600 records - one field has postcode
tblpostcodes - has 230000 records - one field is postcode, another is lsoa
tlbdeprivation - has 32000 records - one field is lsoa, another is score
What I am trying to do is run a query that selects the postcodes from tblaudit - and matches them up with postcodes and respective lsoa from tblaudit - then to match that result up with the lsoa and score found in tlbdeprivation.
Not sure how to set up relations or run query on this guys