Search results for query: *

  • Users: danja
  • Order by date
  1. D

    select and insert distance

    yes Yeah I would like to know whow to get the two tables and the location then insert into the databse within the one transaction
  2. D

    select and insert distance

    I got this code to calculate distance between two Longitude and Latitudes. I need to Select the Lats, Longs from Table Location and Table History Then I need the mileage to insert into Table History "miles from" CODE:: Public Function distance(ByVal lat1 As Double, ByVal lon1 As Double, ByVal...
Back
Top