MultiPage Form Question

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!
 

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