G
Guest
oI have two forms. On form1, when the user clicks on a button, it stores the
current value of three fields, duplicates the record, and form2 would pop up.
There are three textboxes on form2, which is populated with data from the
form1. If the user changes the value of the textbox and then clicks on the
button, I would like the value of the text boxes passed back to form1. After
it is passed back, I want to compare a field from form2 and form1 to see if
it is the same. If it is not the same, then the record from form1 would be
appended to another table. Does anyone have any ideas how I can pass the
value from form1 to form2, make any changes neccessary, and then back to
form1 and have it run through the code in form1? Any help is appreciated.
Thanks.
Ash
current value of three fields, duplicates the record, and form2 would pop up.
There are three textboxes on form2, which is populated with data from the
form1. If the user changes the value of the textbox and then clicks on the
button, I would like the value of the text boxes passed back to form1. After
it is passed back, I want to compare a field from form2 and form1 to see if
it is the same. If it is not the same, then the record from form1 would be
appended to another table. Does anyone have any ideas how I can pass the
value from form1 to form2, make any changes neccessary, and then back to
form1 and have it run through the code in form1? Any help is appreciated.
Thanks.
Ash