unbound total to another form

aman909

Registered User.
Local time
Today, 12:58
Joined
Jun 20, 2007
Messages
28
Hello,

I have a unbound text box on a form. This gives a total from a calculation. I would like this total from the unbound text box to appear on another form.

I just need the total on the other form, not the calculation.

How do i do this?
 
Assuming the first form is still open, point the text box on the second form to the text box on the first =Forms!MyFirstForm!MyTextBox

If the first form has closed, then you can't, you'll have to redo the calculation.
 

Users who are viewing this thread

Back
Top Bottom