Variable Difficulties

T

Truly

Okay, so I've created Form1, Form2, Form3, and Form 4.
Each with 4 created command buttons. So I have two
questions:

1) How do you made a box where someone can insert a value.
2) The value that is typed in Form1, I would like for it
to be remembered until I finish clicking and entering the
values in form2, form3, and form4. Then from there have
all 4 values generated in a userform and report in form5.
How do I make this possible?

Thank you for your time.
 
J

JohnFol

The box you want is probably a Text box
To make the value available to the other forms just do

=Forms!Form1!textbox1

and so on. . .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top