Hi,
I am building a calculation tool which will house a number of different calculators. On each calculator there will be one field which has a control source set to use data provided elsewhere on the form.
A simple example is shown below
=([FlowRate]*[HoursUsedPerAnnum])*[RestrictionVolume]
In this example my form has 3 fields FlowRate, HoursUsedPerAnnum and RestrictionVolume.
I want to know how to create a string that shows the formula with the values entered on the form.
p.s. I want to create a function that I can use to do this, so I can re-use it when it comes to the next calculator/form.
Cheers
I am building a calculation tool which will house a number of different calculators. On each calculator there will be one field which has a control source set to use data provided elsewhere on the form.
A simple example is shown below
=([FlowRate]*[HoursUsedPerAnnum])*[RestrictionVolume]
In this example my form has 3 fields FlowRate, HoursUsedPerAnnum and RestrictionVolume.
I want to know how to create a string that shows the formula with the values entered on the form.
p.s. I want to create a function that I can use to do this, so I can re-use it when it comes to the next calculator/form.
Cheers