Convert Latitude and Longitude

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?
 
L

Larry Daugherty

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top