Search results

  1. isladogs

    Access instance remains in memory once closed

    Unfortunately some issues appear to affect a limited number of machines. I have two different long standing bugs that others can’t replicate. I’ll watch out for other reports in case it is a broader issue than it currently appears to be
  2. isladogs

    VBA code crashes after installing KB5064081 update

    I wasn't . . . but I am waiting on the OP 😉
  3. isladogs

    Access instance remains in memory once closed

    @CJ_London Just to confirm that I've had a response from a fellow MVP (Karl) who tested in a Hyper-V VM with W11, A365, 64 bit, latest CC build. This provides further confirmation of my belief that that there isn't a general issue affecting Win 11 users.
  4. isladogs

    VBA code crashes after installing KB5064081 update

    I'm about to ask another fellow MVP to test under Win 11 and if it is confirmed then one of us will report it. Before I do so, please will you answer my questions from post #2
  5. isladogs

    VBA code crashes after installing KB5064081 update

    I don’t see why you can’t use DAO or DDL just for this one section of code even if you continue to use ADOX elsewhere. Also try OLEDB.12.0 as already suggested in post #2
  6. isladogs

    VBA code crashes after installing KB5064081 update

    I installed all the references to try using A365 under Win10. However I get a class not registered error on the provider code line. I suspect this is due to having 64-bit Access and the drivers may still be 32-bit? My memory of ADOX is that it is far less stable than either DAO or DDL
  7. isladogs

    VBA code crashes after installing KB5064081 update

    I don't have Windows11 to test your code against but some questions 1. If you disable those two lines, does the rest of the code complete without error? 2. Does it work if you change to OLEDB.12.0? 3. Have you tried using other CreateTableADOX code e.g...
  8. isladogs

    Combox uses 'wrong' value list

    That’s also my solution
  9. isladogs

    Combox uses 'wrong' value list

    Not allowing Nulls with Boolean fields was arguably one of the biggest design mistakes that the Access team made way back with version 1 in 1992. This issue can lead to write conflict errors with data from other RDBMS such as SQL Server. Unfortunately, structural decisions such as that will...
  10. isladogs

    VBA Code to Email using the Free Version of the Outlook App.

    @June7 Not sure what you are referring to: GMail and Outlook email accounts or the two applications? The whole point of CDO is that there is no need to make use of external email applications. Having said that, I do have code to use CDO with Outlook for those who prefer to use it as an...
  11. isladogs

    VBA Code to Email using the Free Version of the Outlook App.

    Before you do that, suggest you at least try using CDO to send email. CDO is easy to setup and won't be affected when MS eventually discontinues Classic Outlook in a few years time
  12. isladogs

    VBA Code to Email using the Free Version of the Outlook App.

    Neither the web version of Outlook nor the desktop New Outlook can be automated. Your choices are to use the classic desktop Outlook or bypass Outlook and use CDO from Access or possibly the badly named Graph API
  13. isladogs

    List all song features

    If you have that many files to review then I'd consider using ExifTool
  14. isladogs

    Combox uses 'wrong' value list

    The article mentioned in post#15 has a link to another article with the explanation
  15. isladogs

    Access instance remains in memory once closed

    Sorry I must have just assumed you were on Win10. Actually I think that may have helped confirm this isn’t a general bug related to Win 11 but may be specific to certain workstations only. I’ve asked several other colleagues to check in Win 11 as well.
  16. isladogs

    List all song features

    @zelarra821 Unfortunately, with the exception of Office file types based on an XML structure such as .xlsx, .docx, .pptx, it is my understanding that you cannot edit the extended file properties of Windows files using VBA. I tried several years ago but only managed to edit properties for the...
  17. isladogs

    Access instance remains in memory once closed

    No - you are describing exactly the same as I said after editing the final sentence! I had only watched part of it when I first replied. My bad . . .
  18. isladogs

    Access instance remains in memory once closed

    @KitaYama The tests are to use code to open a new Access instance (or an external database) then close it again in code. Using Win 10, @CJ_London, myself and @AHeyne all confirm that the separate instance of Access is ALWAYS removed from the Task Manager Using Win 11 (which I don't have)...
  19. isladogs

    Access instance remains in memory once closed

    @KitaYama So in summary you are using Win11 but see the same results as both @CJ_London and I have using Win10.
  20. isladogs

    List all song features

    LOL. Sorry I’m already taken! Not sure I understand what else you need or why a macro? As my app stores the data in a table you can either use that directly or append the data you want using a query
Back
Top Bottom