Minty
AWF VIP
- Local time
- Today, 16:27
- Joined
- Jul 26, 2013
- Messages
- 10,640
I have an interesting query involving moving vehicles around and optimising the drivers over those routes.
I'm not sure this is even a sensible process to try and manipulate in Access but I thought I would ask as there are some very clever people in here
Given the following data what would be the most efficient way to carry out the trips - ultimately there aren't enough movements between the various sites for a perfect solution, but what would minimise the amount of "dead end" trips.
Obviously a car can carry up to 4 other drivers to another site whilst making the trip.
There is a further twist that some of the postcode destinations are not far from each other, but that's a level of complexity to be looked at later.
Anyone have any techniques to apply, I'm suspecting this might be a @MajP type of hierarchy thing.
Maybe a treeview output with the branches representing the journey's ?
Presentation is a consideration as well.
I'm not sure this is even a sensible process to try and manipulate in Access but I thought I would ask as there are some very clever people in here

Given the following data what would be the most efficient way to carry out the trips - ultimately there aren't enough movements between the various sites for a perfect solution, but what would minimise the amount of "dead end" trips.
Obviously a car can carry up to 4 other drivers to another site whilst making the trip.
From Postcode | To Postcode | No of Cars |
HP11 1DD | SL2 5DR | 6 |
TW8 0EX | SL2 5DR | 6 |
SL2 5DR | RG4 8UA | 5 |
WD25 8HL | SL2 5DR | 5 |
SL2 5DR | WD3 8XD | 4 |
SL2 5DR | TW8 0EX | 4 |
SL1 5QA | SL2 5DR | 3 |
HA4 0LN | SL2 5DR | 3 |
WD3 8XD | SL1 5QA | 3 |
WD3 8XD | WD19 4BY | 2 |
WD3 8XD | WD25 8HL | 2 |
HP7 9PN | SL2 5DR | 2 |
HP11 1DD | AL1 1XB | 2 |
WD25 8HL | HP7 9PN | 2 |
WD25 8HL | TW8 0EX | 2 |
WD3 8XD | TW8 0EX | 1 |
SL1 5QA | TW2 5NT | 1 |
HA4 0LN | HP7 9PN | 1 |
NW9 0EW | WD25 8HL | 1 |
RG4 8UA | SL1 5QA | 1 |
SL1 5QA | HP7 9PN | 1 |
HP7 9PN | WD25 8HL | 1 |
SL2 5DR | WD19 4BY | 1 |
SL2 5DR | HP11 1BH | 1 |
WD25 8HL | WD3 8XD | 1 |
AL1 1XB | TW2 5NT | 1 |
WD3 8XD | SL2 5DR | 1 |
TW2 5NT | RG4 8UA | 1 |
TW2 5NT | WD25 8HL | 1 |
TW8 0EX | HP7 9PN | 1 |
TW8 0EX | WD25 8HL | 1 |
WD19 4BY | SL2 5DR | 1 |
WD3 8XD | AL1 1XB | 1 |
SL1 5QA | TW8 0EX | 1 |
There is a further twist that some of the postcode destinations are not far from each other, but that's a level of complexity to be looked at later.
Anyone have any techniques to apply, I'm suspecting this might be a @MajP type of hierarchy thing.
Maybe a treeview output with the branches representing the journey's ?
Presentation is a consideration as well.