I have a from that estimates a price depending on hundreds of variables. I have a button right now called calculate that runs a function I wrote that does all the calculations. What I would like to do is if anything changes on the form the function will run.
I would rather not put the function in the "afterupdate" of every control. I can't find a from event that will run every time something on the form changes. Is there?
thanks
sam
I would rather not put the function in the "afterupdate" of every control. I can't find a from event that will run every time something on the form changes. Is there?
thanks
sam