AndrewMozley
Programmer
A modal form provides a service of calculating the amount of material required for another data entry form ‘”quotation”; this is done in response to a function key on the quotation form.
When the modal form – call it “Calc_Req” - is first called, the user keys in several parameters – length, width, quality, wastage &c. The requirement is calculated: the result is displayed on screen and passed back to the calling form. The form “Calc_Req” then closes.
If the form “Calc_Req” is called again during the preparation of the same quotation, it would be good if the values (length &c) were remembered from the previous call and used as defaults on this modal form. How can this be best achieved?
Thank you
When the modal form – call it “Calc_Req” - is first called, the user keys in several parameters – length, width, quality, wastage &c. The requirement is calculated: the result is displayed on screen and passed back to the calling form. The form “Calc_Req” then closes.
If the form “Calc_Req” is called again during the preparation of the same quotation, it would be good if the values (length &c) were remembered from the previous call and used as defaults on this modal form. How can this be best achieved?
Thank you