Hi, I'm creating a form that has a command button that I want to calculate driving distance (at 45mph) between stops. The form will be based on a table called Supplierstbl which holds supplier addresses including zip codes. I think I'll need to have Access get the distance from Google. Can anyone offer suggestions on how to do this or point me to some good examples that I can observe the coding? The user should only need to select the two zipcodes from the supplier table and push the command (calculate dist.) button. Thanks.