Jan 11, 2007 #1 AT76 Technical User Apr 14, 2005 460 US Is it posible to open a specific page tab from code and pass a value to the page? Thanks!
Jan 11, 2007 #2 mhartman1 Technical User May 5, 2006 155 Hello: Page4.SetFocus would make page 4 of your tab sheet be active. Just substitute the page you want to go to. Regards Mark Upvote 0 Downvote
Hello: Page4.SetFocus would make page 4 of your tab sheet be active. Just substitute the page you want to go to. Regards Mark
Jan 11, 2007 Thread starter #3 AT76 Technical User Apr 14, 2005 460 US Got it mhartman1. After I set it active, can I make it open to that page automatically? Upvote 0 Downvote
Jan 11, 2007 #4 mhartman1 Technical User May 5, 2006 155 Hello On the FormOpen event, of your form place the above code. Each time the form is open, your tab sheet will open to the page you code for. Regards Mark Hartman Upvote 0 Downvote
Hello On the FormOpen event, of your form place the above code. Each time the form is open, your tab sheet will open to the page you code for. Regards Mark Hartman