GOOOOD DAY. Geeks
This is my first post and I do not know whether my title makes sense to you.
Here is the problem..
I have a Access database. There is a table contains two fields called Latitude and Longitude which are stored as numerical coordinate, Number (Double, decimal).
Based on this table, i crated a form to fill in these two values.
I would like to create an error handling to give specific error message, or to convert these two coordinates to number if people input text format data in these field eg, (linear format 51° 28' 38" N to numerical 51.47222).
However, before the error event activated, I think the system captures this data invalid error, and gives the message "The Value you entered isn't valid for this field,,, for example, you may have entered........ ".
I have tried at least several hours to search and read through other people's post, but no luck at all.
Hope I explained my problem clearly to you and all your response or feedback is much appreciated!!!
This is my first post and I do not know whether my title makes sense to you.
Here is the problem..
I have a Access database. There is a table contains two fields called Latitude and Longitude which are stored as numerical coordinate, Number (Double, decimal).
Based on this table, i crated a form to fill in these two values.
I would like to create an error handling to give specific error message, or to convert these two coordinates to number if people input text format data in these field eg, (linear format 51° 28' 38" N to numerical 51.47222).
However, before the error event activated, I think the system captures this data invalid error, and gives the message "The Value you entered isn't valid for this field,,, for example, you may have entered........ ".
I have tried at least several hours to search and read through other people's post, but no luck at all.
Hope I explained my problem clearly to you and all your response or feedback is much appreciated!!!
Comment