OK, another one for me to beat my head against a wall on I suppose. I have a form where a user will enter a deposit dollar amount, then a deposit percent, then there is another calculated control on the form that displays for them the total amount of the quoted purchase. The calculated control says:
=[deposit$]/[deposit%]
The problem I am having is: the deposit% needs to be keyed before the deposit$ for it to display correctly. It may be a small thing but, the flow of my form works better if they enter the deposit$ first, then the deposit%
Is there any way I can preserve the flow/sequence of data entered on the form and still show the calculated value correctly?
See attached image files:
1) this one shows the error when one enters the values on the form in the top to bottom sequence.
2) this one shows how it displays correctly if one enters deposit% first then deposit$
=[deposit$]/[deposit%]
The problem I am having is: the deposit% needs to be keyed before the deposit$ for it to display correctly. It may be a small thing but, the flow of my form works better if they enter the deposit$ first, then the deposit%
Is there any way I can preserve the flow/sequence of data entered on the form and still show the calculated value correctly?
See attached image files:
1) this one shows the error when one enters the values on the form in the top to bottom sequence.
2) this one shows how it displays correctly if one enters deposit% first then deposit$