J
|
Jane 9/2/2008 |
Hi, strValue = "http://maps.google.com/maps?f=q&q=" & rs("Location") & "&latlng=" & rs("latitude") & "," & rs("longitude") |
D
|
dunga author 9/3/2008 |
Thank you Jane, i have added the parameters as in hte aboe code but they did not work..Is it beacuse in access y field for google maps is set to "memo"? |
J
|
Jane 9/4/2008 |
Is it beacuse in access y field for google maps is set to "memo"?
|
D
|
dunga author 9/4/2008 |
Hi, Jane, the parameters are: |
D
|
dunga author 9/4/2008 |
Hi, Jane i hope this will help other: |
|
customcode 9/7/2008 |
Hi, Jane i hope this will help other: i made it work through SQL query (through visual editor it did not work) Select ... ... 'http://maps.google.com/maps?f=q&q='+Latitude+','+Longitude as GoogleMap, from Table name The database works perfectly now.
|