ottograham
Technical User
I have a table for Insurance Claims and fields for dollar amounts. I often have to sum many payments to get the total paid before entering.
I want to use the Before Update method to test the input: if it starts with "=", then execute the string and enter the number in the field (e.g "= 2111 + 333+ 4444"
.
What is the code to execute the string?
Thank you in advance for your help.
I want to use the Before Update method to test the input: if it starts with "=", then execute the string and enter the number in the field (e.g "= 2111 + 333+ 4444"
What is the code to execute the string?
Thank you in advance for your help.