Search results

  1. isladogs

    Access Based Media Manager

    Why do this in Access? The best file search tool is called Everything. It indexes all files on your computer so is lightning fast. Better still it’s free.
  2. isladogs

    Solved How to handle ' in sql string

    @Ken Sheridan I largely agree except to say that apostrophes are also used to indicate ownership. e.g. both Ken's and don't contain apostrophes. Taken to an extreme, there are 5 don'ts in my signature line! Out of interest, how (in words) would you describe """ or """"?
  3. isladogs

    Calculated Field Error

    The speed of response varies according to how significant the effects are, the number of users affected & whether acceptable workarounds are available. Some bugs get immediate attention. Other items may take longer and there are some known bugs that have existed for years and will likely never...
  4. isladogs

    Solved How to handle ' in sql string

    Really? That's a double quote and a double double quote to many of us!
  5. isladogs

    Calculated Field Error

    Did you see post #13?
  6. isladogs

    Calculated Field Error

    You can of course use both of those operators in a query calculated field Anyway, I've just emailed the Access team as follows:
  7. isladogs

    VBA code crashes after installing KB5064081 update

    Happy to upload the old version of the file if that helps either of you.
  8. isladogs

    VBA code crashes after installing KB5064081 update

    There is no guarantee that MS will fix the issue with this very ancient file, especially when there is a newer version that works perfectly. The time needed to make these code changes is literally seconds. Personally I would recommend you just get on with making the changes needed especially...
  9. isladogs

    VBA code crashes after installing KB5064081 update

    I very much doubt MS will spend time fixing the issue with the older version but I may be wrong about that. Just make a copy and apply the changes. Test it then release. What’s the problem?
  10. isladogs

    VBA code crashes after installing KB5064081 update

    Why? You can do a simple find and replace on the entire project code. It will take no more than a few seconds to do.
  11. isladogs

    Solved popup & modal

    Unless you use code as I assume @arnelgp has done, a form opened using acDialog will always have a title bar even if you remove the form caption and control box . . . no matter what the border style is specified as. Is your message form a 'special type' of form? In the screenshot shown in...
  12. isladogs

    VBA code crashes after installing KB5064081 update

    Presumably its crashing on the same line and also that using the newer OLEDB.12.0 code works. Even if MS do decide to fix it, I'd still change to the newer version throughout your code
  13. isladogs

    List all song features

    I did say that ExifTool was command-line only back in post #11. I have no idea about a GUI for ExifTool. I'll reply to your direct message separately.
  14. isladogs

    VBA code crashes after installing KB5064081 update

    Just to say I have now reported the issue direct to the Access team (with a link back to this thread) so that they can decide whether its important enough to fix
  15. isladogs

    VBA code crashes after installing KB5064081 update

    It doesn't matter whether it’s ADO or ADOX. The main point is that you should be using Microsoft.ACE.OLEDB.12.0 with which there are no issues.
  16. isladogs

    VBA code crashes after installing KB5064081 update

    I took it very seriously and spent a lot of time testing both sets of code on 2 different machines. If the issue had affected the 'newer' OLEDB.12.0 provider as well, I would have reported it to the Access team as an issue needing attention. Anyone using A2007 or later should be using that...
  17. isladogs

    VBA code crashes after installing KB5064081 update

    Actually better than that - you can now remove the old Microsoft Jet and Replications Objects 2.6 Library as its no longer needed To run both sets of code I just needed these references: Suggest you mark this thread as solved.
  18. isladogs

    VBA code crashes after installing KB5064081 update

    @christian.dheureuse Thanks for picking up the ambiguities in my previous reply. As stated back in post #2, I do not have Windows 11 available I tested in 365 version 2509 build 19225.20000 32-bit and 64-bit with Windows 10 The version of msjtes40.dll is 4.0.9801.0 I may have forgotten to...
  19. isladogs

    MC Visual C++ runtime library - Assertion failure - expression replaceVAR.vt == VTBSTR

    You’re welcome. As I mentioned, both articles describe a workaround which you can use.
  20. isladogs

    Conditional formatting: show only border

    Not a problem with either of my example apps.
Back
Top Bottom