Solved! Go to Solution.
- Put all your origins and destinations in the same file so you have only one table. You can do this by just geocoding them all at the same time.
- Are you trying to route between specific pairs of points? If so, give each point in your table an identifier so that the origin and destination both have the same identifier. So, create a field in your table called RouteID or something and fill it so that each pair of points you want to route between has the same RouteID, unique from all the other RouteIDs.
Hi Obi. You might be able to get some of the information you want using the Copy Traversed Source Features tool (http://resources.arcgis.com/en/help/main/10.1/index.html#//004800000023000000). .