D
dvdadler via AccessMonster.com
I am trying to come up with the VBA code I can use in a small application
I've inherited to do the following:
The access database list a number of cities and the length of the roads that
link them
Each city is not necessarily directly connected to each other (see example
below)
What I am trying to do is come up with a list of all the rotes which link a
given point to another (in this case point A to point E)
The sample database has only a handful of cities/ roads but the real listing
may contain a 200 cities and 130 roads
Can any of you provide me so guidance as to how one tackle such a challenge
(I am sorry to say it but I am relatively new to VBA / Access programming)?
I hope that my little brainteaser doesn't turn out to be as difficult as the
infamous Travelling Salesmen Problem (TSP)
Thanks for your help
David
I've inherited to do the following:
The access database list a number of cities and the length of the roads that
link them
Each city is not necessarily directly connected to each other (see example
below)
What I am trying to do is come up with a list of all the rotes which link a
given point to another (in this case point A to point E)
The sample database has only a handful of cities/ roads but the real listing
may contain a 200 cities and 130 roads
Can any of you provide me so guidance as to how one tackle such a challenge
(I am sorry to say it but I am relatively new to VBA / Access programming)?
I hope that my little brainteaser doesn't turn out to be as difficult as the
infamous Travelling Salesmen Problem (TSP)
Thanks for your help
David