Convert Latitude and Longitude

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to convert degrees, minutes and seconds to degree decimal. I have
downloaded the neatcode (Access 97) file but I got a compile error in
Access 2003. So, how do i change it to work in 2003?
 
When you got the compile error the compiler stopped with the line of
code that caused the error. Analyze why executing that line of code
might cause the error reported. Be aware that the error reported may
make no sense to you in terms of your own program but the line of code
will hold a clue. Resolve the problem Create a solution. Implement
the solution. Compile again. Double check any reported error. If
there were more errors, fixing the first one will allow the compiler
to run until it hits another.

HTH
 
Back
Top