Hello,
I have received a database that was built by a person that does not work at out company anymore and I'm currently building queries to summarize the data.
Problem:
In one of the tables there is a latitude and longitude field, the data type for both fields was set to "number" and the decimal places was set to "auto".
An example of the data entered is:
Latitude= 46.254568
Longitude= -116.871265
But when I look at the data in the tables it's stored as just either 46 or -116?
Is there any way to recover the data that was entered or is it lost forever since the field was set up incorrectly?
I tried changing the data type and the decimal places to 6 but still the same result. Any help would be appreciated thanks! I'm using Access 2013.
Ryan