Results 1 to 4 of 4
  1. #1
    excyclist is offline Novice
    Windows XP Access 2003
    Join Date
    Apr 2012
    Location
    minnesota
    Posts
    2

    How to plot entire column's data not just first record.

    I have to following code which works well for the first record in subform "By_Date_To_Award_Form" column "meetloc".

    strSearch = Me!By_Date_To_Award_Form.Form.meetloc
    Application.FollowHyperlink "http://maps.google.com/maps?f=q&hl=en&geocode=&q=" & strSearch & "&ie=UTF8&z=16&iwloc=addr"

    How do I get it to plot all the records in the column "meetloc"? There may be up to 10 records.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    You want to build a graph of data in field meetloc? What does the hyperlink code have to do with that? What is the RowSource of the graph? Is graph in form or report? In what section? Do you want to provide project for analysis?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    excyclist is offline Novice
    Windows XP Access 2003
    Join Date
    Apr 2012
    Location
    minnesota
    Posts
    2
    The hyper link is to google maps, "meetloc" is a column in subform "By_Date_To_Award_Form". It contains addresses I want to show or "plot" on google maps. The code currently opens http://maps.google.com and maps the first record in the column. I would like it to map all records.

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Oh, mapping not graphing. I suspect you will have to export to xml file and then open the xml in Google Earth or your Google Maps project.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 4
    Last Post: 01-02-2012, 11:46 PM
  2. Replies: 1
    Last Post: 12-08-2011, 08:03 AM
  3. Replies: 3
    Last Post: 09-18-2011, 03:46 PM
  4. Update single record via forum, not entire table?
    By 10 Gauge in forum Programming
    Replies: 2
    Last Post: 02-11-2011, 09:14 AM
  5. Multiple Plot Pivot Chart
    By Catch Wrestler in forum Reports
    Replies: 0
    Last Post: 06-21-2010, 10:17 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