Hi Experts!
I'm wondering if there is a way in which I could take a series of variables and allow users to construct custom forumlas off those to run calculations.
So for example, I may have 4 variables -- A, B, C, D. Would there be a way I could do an 'expression builder' where I could -say- let users build a formula such as " A + B ^ 0.5 " and then use that formula elsewhere to display data?
Maybe a sub form that allows logic to be built and then on save VB updates the variable?