I would like to create a button in my database, which would combine contents of fields into a URL, and then link to it in Apple Maps:
http://maps.apple.com/?address=FIELD1,FIELD2,FIELD3,FIELD4
So for example, my database has:
Address field: My Office
Town: Cupertino
ZIP: 90000
Country: USA
So I would like my button go to Apple Maps, based on the new URL built from my record content:
http://maps.apple.com/?address=myoffice,cupertino,9000,usa
Is this possible? Thanks!