N
NFL
How do I pass values from one textbox from the 1st tab to the 2nd tab? For
example: me.textbox1 is on the 1st tab and has a value of 1234. On the 2nd
tab of the multipage form, me.textbox2 is empty. I tried this the code
below and it didn't work.
me.textbox2.value = me.textbox1.value
Thank you!
example: me.textbox1 is on the 1st tab and has a value of 1234. On the 2nd
tab of the multipage form, me.textbox2 is empty. I tried this the code
below and it didn't work.
me.textbox2.value = me.textbox1.value
Thank you!