I have a database in access where a field used to allow only 4 digit numbers separated by a slash. (ex: 4444/4444). However, we have now started to have numbers that can be 5 digits and 5 digits. (ex:55555/55555).
The input mask was previously 0000/0000. If I change it to 90000/90000, it changes my old data by moving the numbers forward in front of the slash (eg: 1234/5678 now looks like 12345/678). I have tried different combinations of where to place the 9 for the optional digit and how to enter data (from left to right using !) but it always changes my old data by moving the numbers in front of or behind the slash. It also tells me the data is then in the wrong format if I click in the old box (obviously) because it is missing required digits at the beginning or end then.
Is there a way to not have my old data change but allow for new 5 digit numbers to be entered?
The input mask was previously 0000/0000. If I change it to 90000/90000, it changes my old data by moving the numbers forward in front of the slash (eg: 1234/5678 now looks like 12345/678). I have tried different combinations of where to place the 9 for the optional digit and how to enter data (from left to right using !) but it always changes my old data by moving the numbers in front of or behind the slash. It also tells me the data is then in the wrong format if I click in the old box (obviously) because it is missing required digits at the beginning or end then.
Is there a way to not have my old data change but allow for new 5 digit numbers to be entered?
Comment