I have a form that has controls of the standard format. How do I properly use the Eval function if I want to type '10+50+15' and have 75 stored in my table?
My actual problem is that the fields in the form/query/table are singles. I know that Eval takes text. Most of the time the users are going to enter a single value, but at times, may need to use the eval function.
What is the most efficient way of going about this?
The problem is that the stored values need to be numbers so they can be used in mathmatetical expressions.
Is there a way to use an IF statement on an Event procedure that would evaluate whether the value was a string or number and still be able to use the Eval function?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.