All,
Currently I have numerous date columns in various tables that all use the following input mask: "99\->L<LL\-00;0;"
What i would like to do is force the user to use the day-month-yr format (only in Canada)which is currently left to either day or year first.
Was thinking the easiest would be be to change the 2 zeros to 4 zeros (-0000;0 at the end of the mask.
Is that correct and what if anything will be the impact of this change on the existing data in the tables?
There is a lot of interaction between these various databases which makes it rather difficult to predict the total impact as I can not isolate all from the production database.
TIA
Currently I have numerous date columns in various tables that all use the following input mask: "99\->L<LL\-00;0;"
What i would like to do is force the user to use the day-month-yr format (only in Canada)which is currently left to either day or year first.
Was thinking the easiest would be be to change the 2 zeros to 4 zeros (-0000;0 at the end of the mask.
Is that correct and what if anything will be the impact of this change on the existing data in the tables?
There is a lot of interaction between these various databases which makes it rather difficult to predict the total impact as I can not isolate all from the production database.
TIA