SOLVED!!
I took out all the .SetFocus commands and the TabIndex now seems to be dealing with.
Not sure why this didn't work intially, but I got there.
I had been experiencing an issue with setting the focus to a textbox within a frame that was on a page on a multipage control but it seems this is a big problem and difficult to solve so I got rid of all my frames and now all the textboxes are in the page rather than in frames in thepage.
My problem now is that I can't get the .SetFocus to work on the majority of the textboxes.
I have set up the TabIndex values for each of the textboxes and going from 0 to 1 works but going from 1 to 2, 2 to 3, etc don't work.
If I press the Tab key a number of times it eventually comes round to the text box is should have gone to initially
I have tried using the .SetFocus command as well but this just doesn't work.
I was hoping the TabIndex would perform this function but as neither the TabIndex or .SetFocus is working I'm completely stumped!!!
I am happy to share the full file with anyone that can help as I have spent pretty much 2 full days trying to solve this and it shouldn't be this difficult.....
Thanks
Bookmarks