Results 1 to 8 of 8
  1. #1
    Pietro_V is offline Novice
    Windows 10 Access 2010 32bit
    Join Date
    Dec 2020
    Location
    Italy
    Posts
    7

    Multi-Tab IDE for VBA7 ?

    Hello,
    I'm new in this forum.
    I'm migrating a set of older Access 97 Front-End applications to Access 2010.
    I noted that the VBA7 IDE lacks of a multi-tab view that is very useful when working with many forms/modules.

    Is there an add-on that you suggest to improve the IDE functionality in this way ?
    Thank in advance



    Pietro

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,526
    You could simulate the tabs with buttons side by side like a tab.
    youd swap out the subForm with new query on each button.

  3. #3
    Pietro_V is offline Novice
    Windows 10 Access 2010 32bit
    Join Date
    Dec 2020
    Location
    Italy
    Posts
    7
    Hello Ranman

    Quote Originally Posted by ranman256 View Post
    You could simulate the tabs with buttons side by side like a tab.
    youd swap out the subForm with new query on each button.
    I don't understand what you mean exactly.
    I'm talking about the IDE, the code editor, where each module or form or report code is in an individual MDI window.
    How can I create these buttons in the IDE ?

    Pietro

  4. #4
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,992
    Quote Originally Posted by Pietro_V View Post
    I'm talking about the IDE, the code editor, where each module or form or report code is in an individual MDI window.
    How can I create these buttons in the IDE ?

    Pietro
    If I understand you correctly, what you are calling the IDE is actually the Visual Basic Editor (VBE).
    You can show multiple code windows at once by choosing one of the options from the Window menu in the VBE.

    Click image for larger version. 

Name:	Capture.PNG 
Views:	19 
Size:	39.1 KB 
ID:	43582

    I've used Cascade for the purposes of the above screenshot
    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
    Pietro_V is offline Novice
    Windows 10 Access 2010 32bit
    Join Date
    Dec 2020
    Location
    Italy
    Posts
    7
    Hello Colin

    Quote Originally Posted by isladogs View Post
    If I understand you correctly, what you are calling the IDE is actually the Visual Basic Editor (VBE).
    You can show multiple code windows at once by choosing one of the options from the Window menu in the VBE.

    Click image for larger version. 

Name:	Capture.PNG 
Views:	19 
Size:	39.1 KB 
ID:	43582

    I've used Cascade for the purposes of the above screenshot
    Thanks for the reply.
    Yes I was referring to VBA editor.
    I know how to handle multiple windows in an MDI environment, but when programming it is much easier to handle multiple modules maximized, and in that case a tabbed view would greatly help.
    Please see the image below: it is taken from an old VB6 editor with a very simple add-in that just organize mutiple windows with tabs.

    Click image for larger version. 

Name:	Screenshot_1.jpg 
Views:	14 
Size:	51.9 KB 
ID:	43586

    I'm just trying to achieve this in the VBA7 editor.
    Frankly speaking I woukd have expected this to be already included as a regular feature... but it is not the case.

    Any help is greatly appreciated.
    Thanks

    Pietro

  6. #6
    isladogs's Avatar
    isladogs is offline MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    5,992
    Hi
    I can see the point of having this but AFAIK it cannot be done with the standard Access features.
    I'm not aware of an free add-in that provides this functionality but you could try looking at MZ-Tools or some of the Total Access utilities from FMS
    However, those are commercial projects.

    Good luck in your endeavours. If you find anything, do report back so others can benefit.
    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

  7. #7
    Pietro_V is offline Novice
    Windows 10 Access 2010 32bit
    Join Date
    Dec 2020
    Location
    Italy
    Posts
    7
    Thanks Colin,

    Quote Originally Posted by isladogs View Post
    Hi
    I can see the point of having this but AFAIK it cannot be done with the standard Access features.
    I'm not aware of an free add-in that provides this functionality but you could try looking at MZ-Tools or some of the Total Access utilities from FMS
    However, those are commercial projects.

    Good luck in your endeavours. If you find anything, do report back so others can benefit.
    I have already tested MZ tool but haven't found any way to manage maximized windows with multi-tab. I also approached Rubberduck with no luck as well.
    I will contact FMS to see if something is available, and will let you know

    Thanks and Regards

  8. #8
    Micron is online now Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,818
    I too would find it interesting if you find anything. The only thing I can think of that comes close is NotePad++ . While that will give you a multi-file vba code editor, it won't allow you to run the code to test. Closest you could come would be to have the code as files that you can reference or edit/save/copy/paste into VBE/save/compile/test
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

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

Similar Threads

  1. How to multi select items from multi boxes
    By ijaz8883 in forum Forms
    Replies: 2
    Last Post: 07-01-2020, 04:42 AM
  2. Replies: 6
    Last Post: 12-09-2019, 02:27 PM
  3. Multi-dimensional/Multi-type Array
    By Ellpee in forum Programming
    Replies: 5
    Last Post: 01-28-2016, 05:58 PM
  4. 32bit 64bit / vba vba7 (which am I running?)
    By markjkubicki in forum Programming
    Replies: 1
    Last Post: 04-08-2014, 10:50 PM
  5. Replies: 2
    Last Post: 08-31-2012, 02:20 PM

Tags for this Thread

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