I know this might be quite simple for some people but I can’t figure out the code that checks the value entered in a text box on a form to ensure that it does not exceed 2 decimal places. I want to achieve this using code and not by an input mask or by changing ‘Decimal place’ to 2. (The reason being formatting issues)
Example: Amount entered £100.123 will produce a message box saying the amount entered should be limited to 2 decimal places
Thanks for any help
Example: Amount entered £100.123 will produce a message box saying the amount entered should be limited to 2 decimal places
Thanks for any help