I have an address locator (US Dual Ranges Styles), and it reads [road_name], [from_left], [to_left], [from_right], and [to_right] fields from the roads layer.
In the dataset, there is street with the following attributes:
Street Name | From Left | To Left | From Right | To Right |
Peace St | 1 | 7 | 2 | 10 |
I want to list all Single line addresses for this street and other streets in the address locator like this:
1 Peace St |
2 Peace St |
3 Peace St |
4 Peace St |
5 Peace St |
6 Peace St |
7 Peace St |
8 Peace St |
10 Peace St |
Is there a ready table that contains the complete set of all single line addresses in the dataset? Or should I generate it by a third-party tool (e.g. Excel Macro)?
Thank you
Hani,