Greetings,
In my form, I have textboxes which cannot have negative values - with than in mind, I have code such as
That works fine when the value is negative.![]()
Please Login or Register to view this content.
The issue is, there is an option to leave the box blank and it will calculate a default value based on previously entered parameters.
So, when the user leaves the box blank, it comes up with type mismatch when performing the above check.
I tried
Any suggestions?![]()
Please Login or Register to view this content.
Bookmarks