jwcolby
jwcolby at colbyconsulting.com
Tue Sep 27 21:35:31 CDT 2011
> I would have thought a standard GPS unit would do this for you pretty much automatically Do what for me? A gps gets you from one place to another. I need code to calculate mileage between two points. I have a database of trips I have taken, hundreds of existing records. I need to calculate the mileage of those trips so that I can apply for a tax refund. Maybe I am missing something here. How is a a gps or a smart phone or a paper log going to help me get mileage calculations for existing and future data records in a database? John W. Colby www.ColbyConsulting.com On 9/27/2011 7:17 PM, Darryl Collins wrote: > I would have thought a standard GPS unit would do this for you pretty much > automatically, although I have bugger all experience in this area. > > > > -----Original Message----- > From: accessd-bounces at databaseadvisors.com > [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of jwcolby > Sent: Tuesday, 27 September 2011 9:53 PM > To: Access Developers discussion and problem solving > Subject: [AccessD] Calculating mileage > > Before tax time I need to add a module to my inmate checkout to calculate > mileage for all legs of a > trip with the inmates. The database contains records of where we go - the > midpoints points - with > addresses, but the database does not have my start / end point (home). > > 1) Home to prison > 2) Prison to first destination in the db > 3) First destination to second destination (if any) > 4) Second destination to third destination (if any) > 5) Last destination to prison > 6) Prison to home > > I thought I would try to use Microsoft Streets and trips to do the mapping, > though I am open to > using Google Maps if there is a programming interface available to the VBA > language. > > I could of course manually enter the trips into Streets and trips, get the > mileage and build a table > of all the "legs" that I have ever done but that is error prone and forces > me to do the whole thing > manually. Also this is in use by other people so it would be nice to build > a module that would also > calculate their legs, which I certainly do not want to do myself manually. > > If for tax purposes I just assume that we always start from home and end at > home I could use > something like Streets and trips (which I have) to calculate all of these > legs for each trip and > place them in a table. At tax time I then have a mileage log for the IRS. > > I have never used Streets and Trips for this purpose. I do know that it has > an API and VBA > available for it. If anyone uses it for this purpose and has a library (or > a function) written to > do this that they would share that would be great. Or a web or help > resource for this. > > Thanks, >