Results 1 to 2 of 2
  1. #1
    alweeattas is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2016
    Posts
    1

    Error script message while im trying to use google maps to my form

    " An error has occurred in the script on this page"

    error: object doesnt support property or method 'ldb'


    Hello guys,

    Im trying to use google map shown in my form using the longitude and latitude as follows using web browsers control

    https://maps.google.com/?q=<lat>, <lng>


    Help , why this happens




    Cheers

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    mine works fine as:
    (on a form)

    vURL =" https://maps.google.com/?q=" & txtLat & "," & txtLong
    call shell("c:\explorer.exe " & vURL)

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Removing Google Maps Feature from a Form
    By Deggsy in forum Forms
    Replies: 11
    Last Post: 05-22-2015, 04:50 AM
  2. Replies: 1
    Last Post: 05-19-2015, 01:59 AM
  3. Web Browser Google Maps Error, Script Error
    By trini46petes in forum Access
    Replies: 2
    Last Post: 03-03-2015, 06:36 AM
  4. Replies: 7
    Last Post: 08-12-2014, 07:20 PM
  5. Google maps from form
    By JeroenMioch in forum Programming
    Replies: 11
    Last Post: 03-04-2014, 10:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums