Using this example works for going from Page 0 to Page 1, but when I use the same code to go from Page 1 to Page 2, etc. I get a run-time error 2163 : The page no you used as an argument doens't exist in the form. The actual form I'm using has a page index property which runs from 0 to 5 (6 tabs) and all tabs are visible. Any ideas ?
Code I used...
DoCmd.GoToPage 5
DoCmd.GoToControl "Facility"
Thanks for helping. JT
Code I used...
DoCmd.GoToPage 5
DoCmd.GoToControl "Facility"
Thanks for helping. JT