Gustav Brock
gustav at cactus.dk
Fri Feb 21 06:19:31 CST 2014
Hi all In Access 2007+ you can have non-resizable forms, reports, etc. with a tab. How do you control the order of these? Say you open form one, two, and three. These will be in sequence. The close form two and reopen it. Now the sequence of tabs is: one, three, two. I can then set form three.Visible = False and then to True. Now the sequence is: one, two, three. Is there a smarter way to control the tab sequence? /gustav