A
Ayo
Here is what I have:
I have 2 forms. The 1st has a cmbBox and a button. The 2nd form has a
txtBox, a button and a Subform.
This is what I want to accomplish:
I want to select a value into the cmbBox on the 1st form and click the
button. This is suppose to close the 1st form, open the 2nd form and assign
the value from the cmbBox the txtBox on the 2nd form.
Forms![Invoice by Vendor].txtReviewer.Text = Me.cmbVendor.Text
This is part of the code I am using to try a do this, but I am having a
problem and I don't know what I am doing wrong.
Help Please
I have 2 forms. The 1st has a cmbBox and a button. The 2nd form has a
txtBox, a button and a Subform.
This is what I want to accomplish:
I want to select a value into the cmbBox on the 1st form and click the
button. This is suppose to close the 1st form, open the 2nd form and assign
the value from the cmbBox the txtBox on the 2nd form.
Forms![Invoice by Vendor].txtReviewer.Text = Me.cmbVendor.Text
This is part of the code I am using to try a do this, but I am having a
problem and I don't know what I am doing wrong.
Help Please