lsmcal1984
Registered User.
- Local time
- Today, 20:59
- Joined
- Apr 4, 2012
- Messages
- 10
Hello all,
This is my first post on this forum and I apologise if it is in the wrong place.
I am trying to create a report of postcodes by region, by use of two (unrelated) tables.
TABLE1 contains a customer’s details, including their full postcode.
TABLE2 contains a list of the first parts of postcodes and their corresponding regions – i.e. AL1 = Hertfordshire or B49 is Warwickshire.
I want to create a query that can match the first part of the postcode in Table 1 to the corresponding field in TABLE2, which then allows me to display the Region field, like this:
AL1 XXX in TABLE1 is matched to AL1 (Hertfordshire) in TABLE2.
I then want to count the responses by region and create a report, like:
Hertfordshire: 6
Warwickshire: 5
As the data in TABLE1 is imported from an Excel spreadsheet, it is not feasible for me to add columns to it.
Any suggestions are appreciated.
This is my first post on this forum and I apologise if it is in the wrong place.
I am trying to create a report of postcodes by region, by use of two (unrelated) tables.
TABLE1 contains a customer’s details, including their full postcode.
TABLE2 contains a list of the first parts of postcodes and their corresponding regions – i.e. AL1 = Hertfordshire or B49 is Warwickshire.
I want to create a query that can match the first part of the postcode in Table 1 to the corresponding field in TABLE2, which then allows me to display the Region field, like this:
AL1 XXX in TABLE1 is matched to AL1 (Hertfordshire) in TABLE2.
I then want to count the responses by region and create a report, like:
Hertfordshire: 6
Warwickshire: 5
As the data in TABLE1 is imported from an Excel spreadsheet, it is not feasible for me to add columns to it.
Any suggestions are appreciated.