I've got a spreadsheet full of addresses that I need to put into a table in an Access database, but the problem I've got is that in the spreadsheet the addresses are listed as, for example:
| House Number | Street Name | Postcode |
| _____________|____________|_________|
| 1-30 (all) | This Street | LA1 1AA |
| 2-20 (even) | That Street | LA2 2BB |
| 21-39 (odd) | That Street | LA2 2BB |
Does anyone know of any way that I could 'expand' the house numbers so that I have a separate row for each individual address and hence insert these addresses in bulk, or due to the format I've been given them do I simply have to bite the bullet and type them all in manually e.g.
1, This Street, LA1 1AA
2, This Street, LA1 1AA
3, This Street, LA1 1AA
...
2, That Street, LA2 2BB
4, That Street, LA2 2BB
...
21, That Street, LA2 2BB
23, That Street, LA2 2BB
etc., etc...
There will be thousands of addresses so ideally I'd want to avoid manually entering them!
Any suggestions would be much appreciated.
P.s. Sorry about my awful formatting of my example table, I wasn't sure if there was a way of doing a proper one!
| House Number | Street Name | Postcode |
| _____________|____________|_________|
| 1-30 (all) | This Street | LA1 1AA |
| 2-20 (even) | That Street | LA2 2BB |
| 21-39 (odd) | That Street | LA2 2BB |
Does anyone know of any way that I could 'expand' the house numbers so that I have a separate row for each individual address and hence insert these addresses in bulk, or due to the format I've been given them do I simply have to bite the bullet and type them all in manually e.g.
1, This Street, LA1 1AA
2, This Street, LA1 1AA
3, This Street, LA1 1AA
...
2, That Street, LA2 2BB
4, That Street, LA2 2BB
...
21, That Street, LA2 2BB
23, That Street, LA2 2BB
etc., etc...
There will be thousands of addresses so ideally I'd want to avoid manually entering them!
Any suggestions would be much appreciated.
P.s. Sorry about my awful formatting of my example table, I wasn't sure if there was a way of doing a proper one!