Re: How to geocode an address ? (1 Viewer)

LarryY

New member
Local time
Yesterday, 22:31
Joined
Jul 8, 2010
Messages
4
Re: How to geocode an address ?

Hi,

please see attached a quick example of how to display the geocoding result on a map.

Philippe

Hello Could someone give me the correct syntax coding to put in an update query? For example:
I want to update the field [Latitude] to = ".dLatitude" as referred to in this function where
=Geocode(Me!Address1 & " " & Me!City & " " & Me!State & " " & Me!Zip & " USA")

So on the access GUI query -
I select the field [Latitude]
update to ",dlatitude"
Criteria = =Geocode(Me!Address1 & " " & Me!City & " " & Me!State & " " & Me!Zip & " USA")
- I get an error undefined function?
I already copied the module gecoding in my accdb.
I am a newbie - any suggestions to make this work?
THANKS I REALLY NEED SOMEONES HELP HERE!!!
 

pbaldy

Wino Moderator
Staff member
Local time
Yesterday, 19:31
Joined
Aug 30, 2003
Messages
36,130
Re: How to geocode an address ?

This was moderated because it was in the Code Repository. Did you copy the function into a standard module?
 

Users who are viewing this thread

Top Bottom