J
JHB
Hi: I have a very simple question, and I should know the answer but
dont!
I have a Access 2003 VBA routine, (which someone else wrote) and
there are two arguments "address 1" and "Address 2". The routine
wainders off to Google Maps and comes back with the distance and time
between the two addresses. It is written in VBA. I need to be able to
set it up so that the two addresses are taken from two fields in a
table known as "addresses"
Addresses: From address.
Addresses: To address
The VBA present call is as follows:
Call GetDistanceAndTime("64 Hobbs Road, West Podunk, NY,", "299 South
Main Street, Pittsburgh, Pa")
Can someone tell me how to do that please?. I know its easy for
someone who knows, but I have had trouble finding the way to do it!
Thanks
John Baker
dont!
I have a Access 2003 VBA routine, (which someone else wrote) and
there are two arguments "address 1" and "Address 2". The routine
wainders off to Google Maps and comes back with the distance and time
between the two addresses. It is written in VBA. I need to be able to
set it up so that the two addresses are taken from two fields in a
table known as "addresses"
Addresses: From address.
Addresses: To address
The VBA present call is as follows:
Call GetDistanceAndTime("64 Hobbs Road, West Podunk, NY,", "299 South
Main Street, Pittsburgh, Pa")
Can someone tell me how to do that please?. I know its easy for
someone who knows, but I have had trouble finding the way to do it!
Thanks
John Baker