Bing Maps Beta - How do I create an HTTP link to bring up the address on a Bing Map?

Locked Bing Maps Beta - How do I create an HTTP link to bring up the address on a Bing Map?

  • Tuesday, January 12, 2010 4:58 PM
     
     
    I am trying to create a button in Intuit's Quickbase that creates a URL link to a Bing Map address based upon the Address field in the table.

    I am using a formula field to place the address into the correct Bing format for creating the map address, but can't get it to work correctly.  I just need a simple formula created that puts the address fields in the correct place for Bing to recognize the city/state/zip.  Any help would be appreciated.

    I have successfully implemented this with Google Maps using the following formula:

    "http://maps.google.com/maps?q=" & URLEncode([Asset Address]& " " & [Zip]) & "&rls=com.microsoft:*&oe=UTF-8&startIndex=&startPage=1%3B&rlz=1I7GGLL_en&um=1&ie=UTF-8&sa=N&hl=en&tab=wl"

All Replies