Results 1 to 6 of 6
  1. #1
    pl213 is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2021
    Posts
    1

    Post Multipane form?

    Is it possible to create a form (or forms) that would like like File Explorer or MS Outlook? What I tried to do was use a listbox and when I selected an item, information about the item appeared in a "pane" to the right. I can make it work but it is clunky.


    Any suggestions are welcome. Thanks.
    PL213

  2. #2
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,803
    Why is it clunky? What does that mean?
    There is a tree view control but it is not used much, has little documentation and often raises issues because it is an ActiveX control. Some networks don't allow them to be distributed. If I wanted an actual file explorer I'd use the msofiledialogfilepicker or msodialogfolderpicker from within Access. If I wanted something like a tree view control I'd probably do what you did, especially if the list items are just db data and not hard disk files.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    Minty is offline VIP
    Windows 10 Office 365
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,003
    There are treeview type controls that don't rely on ActiveX libraries.

    This one works well https://jkp-ads.com/Articles/treeview.asp
    And user MajP has a lot of work on similar treeview display usage here : https://www.access-programmers.co.uk...5#post-1673879
    DLookup Syntax and others http://access.mvps.org/access/general/gen0018.htm
    Please use the star below the post to say thanks if we have helped !
    ↓↓ It's down here ↓↓

  4. #4
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,979
    One easy solution would be a subform to display the info on the selected listbox item.
    Or possibly use a split form
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

  5. #5
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    @isladogs - don’t you have a example where user just hovers over a list item and detail appears to the right aligned to the item in the list? Might be of interest to the op?

  6. #6
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,979
    Hi @ajax.
    Yes indeed I do have an example app with that functionality. Thanks for the reminder....

    @pl213
    See Form4 (& possibly Form5) in this example app: Move Forms & Controls - Mendip Data Systems
    Colin, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I don't know, I keep quiet!
    If I don't know that I don't know, I don't know whether to answer

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

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