I have a Form with several Tab Pages. I want a text box on one of the pages to hold the value from a textbox on another tab page. Example: me.FWLF2.Value = me.FWLF.value
This works fine if I place the code in a Lost focus event of a text box that will have data entered into it. Where would I put the code so it works when the tab page is selected and only viewed? I tried to put it in the on Click event of the form, and the on click event of the page but it dosen't work. I also tried the before update event to the form but no luck.
Thanks
Wrecker
This works fine if I place the code in a Lost focus event of a text box that will have data entered into it. Where would I put the code so it works when the tab page is selected and only viewed? I tried to put it in the on Click event of the form, and the on click event of the page but it dosen't work. I also tried the before update event to the form but no luck.
Thanks
Wrecker