C
Chris
I have created two userForms and would like to pass text
box values (dates) between the two forms. The second
form opens when the user moves to a text box where I want
to place the information from the second form. When the
second form opens, I create a Public variable and then
assign it the value the user puts in the second form's
text box. When the second form is close I (try) to assign
the public variable value to the first forms text box.
(txtbox2 = varPublic) I have also tried the forms
collection to assign the value (txtbox2 =
frmMyForm1.txtbox1.value). I know that I must be missing
something... Anyone have suggested resources that I should
look to for the answer? Thanks in advance.
Chris
box values (dates) between the two forms. The second
form opens when the user moves to a text box where I want
to place the information from the second form. When the
second form opens, I create a Public variable and then
assign it the value the user puts in the second form's
text box. When the second form is close I (try) to assign
the public variable value to the first forms text box.
(txtbox2 = varPublic) I have also tried the forms
collection to assign the value (txtbox2 =
frmMyForm1.txtbox1.value). I know that I must be missing
something... Anyone have suggested resources that I should
look to for the answer? Thanks in advance.
Chris