I created a TextBox in the Form, which supposes to only take general number value.
In the properties box of textbox, I set the Format property (in Format Tab) to general number. This did help me validate the value I input with the system warning message pop-up box if data type doens't match. But I bit wonder whether I can create and use my own Warning Message box instead of system default one.
So how can I catch that error exception and launch my message box? should I do sth by use of VBA?
Many Thanks
In the properties box of textbox, I set the Format property (in Format Tab) to general number. This did help me validate the value I input with the system warning message pop-up box if data type doens't match. But I bit wonder whether I can create and use my own Warning Message box instead of system default one.
So how can I catch that error exception and launch my message box? should I do sth by use of VBA?
Many Thanks