Let see if I can splain this. I have a form that has latitude and longitude in degrees, minutes, seconds. Each set of coordinates has their own cell on the table (ie. 29° 56' 56.1"). I also have a textbox and table column that have latitude and longitude in decimal degrees (ie. 29.94891667). I have a formula to convert from D,M,S to DD, but when I put it in the control source for the DD textbox it gives me the answer, but doesn't add it to the table.
I'm trying to make it to when I enter the D,M,S the DD box fills and adds to the table.
I'm trying to make it to when I enter the D,M,S the DD box fills and adds to the table.