zelarra821
Registered User.
- Local time
- Today, 07:25
- Joined
- Jan 14, 2019
- Messages
- 835
Hi guys.
I am attaching an example database on which I am going to explain what I want to achieve.
I have the Season field, to which I have an input mask:
0000/0000;0;_
The user must enter the season in this way: 2024/2025, and if he enters it in another way, he must give an error, hence he uses the input mask. So far, no problems.
Now, I would like to ensure that if the user enters 2024 and goes to the next record, it is filled by adding a year to 2024 to show 2024/2025, but without losing the input mask. Everything I tried to achieve this gives me the input mask error.
Let's see if someone can help me solve this problem.
Thank you so much.
I am attaching an example database on which I am going to explain what I want to achieve.
I have the Season field, to which I have an input mask:
0000/0000;0;_
The user must enter the season in this way: 2024/2025, and if he enters it in another way, he must give an error, hence he uses the input mask. So far, no problems.
Now, I would like to ensure that if the user enters 2024 and goes to the next record, it is filled by adding a year to 2024 to show 2024/2025, but without losing the input mask. Everything I tried to achieve this gives me the input mask error.
Let's see if someone can help me solve this problem.
Thank you so much.