Results 1 to 10 of 10
  1. #1
    BlindSquirrel is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Feb 2017
    Posts
    4

    Form order control of Tabbed Documents


    How can the form order be controlled for tabbed document forms? Not the tab order on a form from control to control rather which form tab is furthest to the left. Each tabbed form is logically associated to a primary form in this project. The primary forms must be displayed to the left of the associated/secondary forms. Opening the forms in a particular order has allowed some flexibility but not enough.

  2. #2
    andy49's Avatar
    andy49 is offline VIP
    Windows 10 Access 2007
    Join Date
    Nov 2016
    Location
    London
    Posts
    1,051
    Right click on the tabs and move the tab order up or down if I remember correctly

    Is this what you mean?

  3. #3
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Have a routine which closes all forms each time and reopens them in the order you want.

  4. #4
    BlindSquirrel is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Feb 2017
    Posts
    4
    Not very pretty. Will be a challenge as these forms are opened dynamically based on user input and those that would need to open first rely on the foreign keys in the data set of yet to be opened forms. Looking for the method or property that can be managed through the interface or VBA to control the tabbed document order. Seems intuitive to the purpose of tabbed docs in a relational database design.

  5. #5
    BlindSquirrel is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Feb 2017
    Posts
    4
    No option is available on my tabs to "move the tab order." Tried to drag them too similar to IE/Chrome...nope won't budge. Let me know if I am misunderstanding you. and Thanks!

  6. #6
    aytee111 is offline Competent At Times
    Windows 10 Access 2013 64bit
    Join Date
    Nov 2011
    Location
    Nomad
    Posts
    3,936
    Have the secondary forms as subforms on the primary forms, instead of opening them separately. You could use a tab control with multiple subforms if more than one is needed.

  7. #7
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 8 Access 2013
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    Quote Originally Posted by BlindSquirrel View Post
    How can the form order be controlled for tabbed document forms? Not the tab order on a form from control to control rather which form tab is furthest to the left. Each tabbed form is logically associated to a primary form in this project. The primary forms must be displayed to the left of the associated/secondary forms. Opening the forms in a particular order has allowed some flexibility but not enough.
    Sure. You can hide the forms (. Visible = false). Then unhide then (.Visible = True) in the order you want from left to right.

    Have not tried it but it should be possible to make a pop-up for that would allow you to reorder the forms.

  8. #8
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 8 Access 2013
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    Quote Originally Posted by aytee111 View Post
    Have the secondary forms as subforms on the primary forms, instead of opening them separately. You could use a tab control with multiple subforms if more than one is needed.
    That works fine as long as the sub forms don't reference controls on each other. In that case the references get tricky to create unless you use TempVars.

  9. #9
    BlindSquirrel is offline Novice
    Windows 7 64bit Access 2013 64bit
    Join Date
    Feb 2017
    Posts
    4
    Manipulating the forms.visible property did the trick for me. Thanks. Too bad MSA doesn't facilitate this control.

  10. #10
    HiTechCoach's Avatar
    HiTechCoach is offline MS MVP - Access Expert
    Windows 8 Access 2013
    Join Date
    Jul 2010
    Location
    Oklahoma, USA
    Posts
    702
    Quote Originally Posted by BlindSquirrel View Post
    Manipulating the forms.visible property did the trick for me. Thanks. Too bad MSA doesn't facilitate this control.
    You're welcome.

    Glad that worked for you.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. tabbed control with combo boxes
    By vicsaccess in forum Forms
    Replies: 13
    Last Post: 12-15-2015, 11:43 AM
  2. Replies: 1
    Last Post: 10-06-2015, 06:50 AM
  3. Replies: 1
    Last Post: 02-16-2015, 12:10 PM
  4. Order of Tabbed Forms
    By KACJR in forum Access
    Replies: 10
    Last Post: 10-18-2012, 11:56 AM
  5. Replies: 12
    Last Post: 12-13-2011, 04:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums