Results 1 to 6 of 6
  1. #1
    Lukael is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2013
    Posts
    239

    Tabbed navigation menu - possible ??


    Hello,

    I will have to create Access DB that should have a "tabbed navigation" look when It opens, like web solutions.

    Is this even possible in Access, or any simmilar solutions that might be almost same (custom ribbon, navigation forms, some add-ins etc...) ?

    Check attached sample picture, that is appearance I'm looking for (notice that tabs have submenu, I need that too) !


    Thanks for help in advance !!
    Attached Thumbnails Attached Thumbnails preview-580.png  

  2. #2
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,927
    yes it is possible

    make your tabs text boxes and the dropdowns hidden list boxes

    then in the textbox click event have code which unhides the relevant listbox

    you'll probably need additional code to hide the listbox again once a selection has been made or another tab has been clicked - this will depend how you want the form to work.

    If you don't like the look of the listboxes, use a continuous subform instead - coding a bit more complex, but perfectly doable.

    Also consider using the mousemove event which can be used to unhide a listbox just by hovering over the tab with the mouse

  3. #3
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,927
    one other thought, consider using buttons rather than textboxes for the tabs, they are highly configurable and you can get the rounded corner effect if required.

  4. #4
    Lukael is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2013
    Posts
    239
    thanks for response Ajax,

    do you have any sample, I don't quite follow ?

  5. #5
    CJ_London is online now VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,927
    I don't have an example, sorry.

    but it is a fairly common requirement so you should find some examples - try googling 'access vba hide control' and variations therof

  6. #6
    Lukael is offline Competent Performer
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2013
    Posts
    239
    No problem, thanks for help. I tried your suggestion and designed It on my own. A little bit of coding though...

    Are there any add-ins for Access that have this kind of navigations ?

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

Similar Threads

  1. How to refer to new MS 2010 Navigation Menu's
    By JrMontgom in forum Programming
    Replies: 2
    Last Post: 04-14-2015, 10:33 AM
  2. Help making navigation form/main menu
    By tmpgovrel in forum Access
    Replies: 3
    Last Post: 09-06-2013, 02:41 PM
  3. Navigation Menu and Search Form error
    By pbouk in forum Forms
    Replies: 5
    Last Post: 03-06-2013, 12:42 PM
  4. Replies: 8
    Last Post: 11-25-2012, 12:27 AM
  5. Replies: 0
    Last Post: 09-25-2012, 09:16 AM

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