Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    jwhite is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2012
    Location
    North Carolina
    Posts
    349
    You could do it temporarily, I suppose. The option is under Windows Features - type that to find the match and click it. I don't recall what that looks like in Win7.

  2. #17
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    https://answers.microsoft.com/en-us/...0-5c67be605c41

    No matter what I have tried the VBA inspector setup wizard ends prematurely

    is the message that I got. The link at the top of this post shows how to modify Windows 8 to allow VBA Inspector to install, but I have Windows 10 Pro. How is that changed for users of Windows 10?

    Any help appreciated. Thanks in advance.

    Respectfully,

    Lou Reed
    Last edited by Lou_Reed; 04-12-2017 at 02:06 PM. Reason: correction

  3. #18
    jwhite is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2012
    Location
    North Carolina
    Posts
    349
    It's the same in Windows 10. In the Cortana question box, type Windows Features, then select Turn Windows Features On or Off. Or go to the Control Panel and in left panel click "Turn Windows features on or off". The top selection should be .net f 3.5. Click in the box so the black-fill goes away.

  4. #19
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    Okay, by doing this even temporarily what is my risk? The software has to be there for some reason, so what is the risk of turning it off?

    Any help appreciated. Thanks in advance.

    Respectfully,

    Lou Reed

  5. #20
    jwhite is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2012
    Location
    North Carolina
    Posts
    349
    The only risk is if you have another installed application that requires it and when you try to run that application, it will error out and tell you it needs it - no harm to your computer at all. Disable it, test the install again, then enable it back. Or leave it disabled and then later you may find out the app that requires it.

  6. #21
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    Okay, just satisfy my curiosity. What does it do?

    R,

    Lou Reed

  7. #22
    jwhite is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2012
    Location
    North Carolina
    Posts
    349

  8. #23
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    Okay, I was finally able to get .NET Frameworks in all of its versions uninstalled on my version of Windows 10 64 bit, Pro. I was still not able to the
    get VBA code inspector to install. Thus this fact of .NET Frameworks installed or not is not relevant to the reason the install wizard of the VBA code inspector
    ends prematurely. It is just not important.

    The frustrating fact about this, is that when the install fails or ends prematurely, it gives no reason. Thus I have no way of knowing why the install crashed.

    Is there some kind of Windows 10 Pro log that might contain the progression and designate when the install fails and why?

    That would be a big help if it did.

    Any help appreciated. Thanks in advance.

    Respectfully,

    LouReed

  9. #24
    jwhite is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2012
    Location
    North Carolina
    Posts
    349
    I recommended earlier that you contact the author of the app with the issue - recommendation still stands.

    http://www.team-moeller.de/en/?Add-Ins:TM_VBA-Inspector. Go to his About page to click link to email him.

  10. #25
    Lou_Reed is offline VIP
    Windows 7 64bit Access 2010 64bit
    Join Date
    Mar 2015
    Posts
    1,664
    I turned off the Subdatasheet option in my MS Access 2010 db. This is supposed to speed up the loading and operation of the db. I am now concerned that it may affect the db's operation.

    I have many subforms in the db and I am afraid that it will cause problems when I try to open a form that has a subform attached.

    Is this a problem. Should I turn it back on?

    Any help appreciated. Thanks in advance.

    Respectfully,

    Lou Reed

  11. #26
    jwhite is offline Competent Performer
    Windows 10 Access 2013 32bit
    Join Date
    Dec 2012
    Location
    North Carolina
    Posts
    349
    The main issues with subdatasheets are:

    1) They lack the events that you get if you use a subform, such as
    Form_BeforeUpdate. That means you cannot control what the user enters,
    validate ranges, provide warnings, respond to Undos, and all of the things
    that make Access forms so great.

    2) They take time to load. In fact, where a form has several subforms, it
    can slow the loading of the form by orders of magnitude, turning a zippy
    piece of software into a real dog.

    3) They are unreliable. If you accept the "Auto" default, you don't really
    know which related data the user is going to get.

    I have a created and maintain small to large databases, all with subdatasheets off with no adverse effects.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. excel compatibility checker, file save issue
    By trevor40 in forum Programming
    Replies: 2
    Last Post: 12-04-2014, 07:59 PM
  2. Need help designing an Employee software database
    By RZ90208 in forum Database Design
    Replies: 2
    Last Post: 04-12-2013, 03:42 PM
  3. Software Inventory Database Design
    By andy1970 in forum Database Design
    Replies: 1
    Last Post: 06-22-2012, 07:00 PM
  4. Replies: 7
    Last Post: 01-26-2011, 08:31 PM
  5. Database and Software as a Service
    By Hcasty in forum Programming
    Replies: 1
    Last Post: 09-11-2009, 03:03 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