View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
NFL NFL is offline
external usenet poster
 
Posts: 31
Default MultiPage Form Question

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!