A
Andre Beier
I have created a form for new entries for a database table.
On that form I have also created a button which opens a new form to do some
calculations. The final calculation should be returned to the main form and
put in a textfield.
I was able to do that with
Forms![Name]![Field].Value = Me.FinalCalc.Value.
However, I want to use the calculation form for other textfields as well. Is
there a way I can have a return
value for a form that is given back once the calculation form is closed
like:
Forms![Name]![Field].Value = OpenForm "Calc"
Thanks in advance
Andre
On that form I have also created a button which opens a new form to do some
calculations. The final calculation should be returned to the main form and
put in a textfield.
I was able to do that with
Forms![Name]![Field].Value = Me.FinalCalc.Value.
However, I want to use the calculation form for other textfields as well. Is
there a way I can have a return
value for a form that is given back once the calculation form is closed
like:
Forms![Name]![Field].Value = OpenForm "Calc"
Thanks in advance
Andre