kmcelroy
09-07-2005, 10:03 AM
I am working with some sample code from this site.
Set objLoc = objMap.FindAddressResults(rstProps!strStreet, rstProps!strCity, rstProps!strState, rstProps!strPostalCode)(1)
Instead of the street address, I want to submit lat and long.
Any ideas how to do this?
Set objLoc = objMap.FindAddressResults(rstProps!strStreet, rstProps!strCity, rstProps!strState, rstProps!strPostalCode)(1)
Instead of the street address, I want to submit lat and long.
Any ideas how to do this?