I tried to do that, but URL contained lat and lon coordinates that messed it up. Went back to try again and thru trial and error come up with this URL...
I have an access 2007 database with a command button (cmdYahoo) on a form. It takes addresses from two text boxes and opens a yahoo map with directions. It works fine.
Here’s the code –
Private Sub cmdYahoo_Click()
Const URL_1 As String = _...