I have about 800 points, in 26 category groups (A to Z). Each category group represents a 'run' or 'route' of stops. What I want my model to do is allow the user to define (by clicking on the map) a start and end location and then solve one of the routes (keep the user-generated points in the 1st and last spots, and reorder the others to the ideal route). So when the model is run...
The dialogue box should ask the user for the Run Name and then to click two locations on the map. Then, it should somehow make the two user-selected locations the 1st and last stops in the sequence and solve the route. Any ideas?
Thanks!