brendalpzm
Board Regular
- Joined
- Oct 3, 2022
- Messages
- 59
- Office Version
- 365
- 2021
- 2019
- 2016
- Platform
- Windows
I have a text box from activeX controls, let's name it DateBox.
This text box is meant to be used for input a date, so I want it to show DD/MM/YYYY as example when it's not being filled, and when the user clicks on the field to fill it that it changes to __/___/____ and when they start typing the _ start disappearing but the / remain.
Also to add a warningmessage whenever they type a weird date, here in my country we usually usea MM/DD/YYYY format but we need to stick to english format, so, to avoid error I'd like to add the warning message.
If you could help me I could be greatful ((
This text box is meant to be used for input a date, so I want it to show DD/MM/YYYY as example when it's not being filled, and when the user clicks on the field to fill it that it changes to __/___/____ and when they start typing the _ start disappearing but the / remain.
Also to add a warningmessage whenever they type a weird date, here in my country we usually usea MM/DD/YYYY format but we need to stick to english format, so, to avoid error I'd like to add the warning message.
If you could help me I could be greatful ((