Search results

  1. Jason Lee Hayes

    Which Office / MS Access Version?

    Certainly, there is no definitive "best version." I am simply curious about which office version is predominantly used and whether it its 32-bit or 64-bit.
  2. Jason Lee Hayes

    Solved Open Outlook & check for new mail where search criteria is applied to the email subject line

    Yes, meant to say Outlook (New) appears to be the issue... Previous comment may suggest Outlook (Classic) was the problem... Your right... Bloody Microsoft pushing out shite unfinished stuff yet again lol
  3. Jason Lee Hayes

    Solved Open Outlook & check for new mail where search criteria is applied to the email subject line

    Hi Gasman.. Thanks for testing; much appreciated... After many hours of testing and getting frustrated with MS access as usual, it appears that most of the issues were related to the fact that the code was using Outlook (Classic) sometimes instead of Outlook (New) at random and irregular...
  4. Jason Lee Hayes

    Solved Open Outlook & check for new mail where search criteria is applied to the email subject line

    Hi, Thanks for the replies and support. I am going to put this idea on hold now as I have exhausted the VBA. I achieved what I using email piping for now. The issue with this code is it fails to accurately identify new mail within inbox folder. To keep it simple, I forcefully used the default...
  5. Jason Lee Hayes

    Solved Open Outlook & check for new mail where search criteria is applied to the email subject line

    Hi, Struggling; I'm trying to open Outlook from VBA that searches all email received from all accounts in the past 2 minutes and report true IF an email subject line contains specific words. The following code runs; no issue but fails to identify. Any help would be appreciated. Sub...
  6. Jason Lee Hayes

    Solved Set textbox controlsource via VBA

    Sub OpenAndSetControlSource() ' Declare variables Dim db As DAO.Database Dim rs As DAO.Recordset Dim formName As String ' Set the form name formName = "YourFormName" ' Replace with your actual form name ' Open the form DoCmd.OpenForm formName, acNormal '...
  7. Jason Lee Hayes

    Anyone used YOUTUBE TV ? Especially with a ROKU TV

    Consider NewPipe as a frontend...
  8. Jason Lee Hayes

    Anyone used YOUTUBE TV ? Especially with a ROKU TV

    Personally, i think the UK license fee should be scrapped with the BBC services being changed to Pay Per View. It's simply not fair to force someone to pay for services they don't wish to watch or need but hey; the government make a revenue from the BBC so that isn't going to happen soon. The...
  9. Jason Lee Hayes

    Anyone used YOUTUBE TV ? Especially with a ROKU TV

    I can count on one hand the people i know that pay for TV... Have you considered IPTV? The misconception with IPTV is that it's common for people to think it's illegal in some way... Many companies offer legitimate use of IPTV; it becomes illegal if streaming channels which have not been...
  10. Jason Lee Hayes

    Anyone used YOUTUBE TV ? Especially with a ROKU TV

    Does anyone still pay for legitimate TV?
  11. Jason Lee Hayes

    Monaco Sql editor - exactly why we should use it ?

    https://www.devhut.net/lets-improve-the-new-microsoft-access-monaco-sql-editor/
  12. Jason Lee Hayes

    invoke vba when button is clicked on edge browser control

    D Pineault has an excellent example of this:- https://www.devhut.net/table-driven-modern-menus/
  13. Jason Lee Hayes

    How to stop my public IP Address from changing

    To be fair im in a mood and cannot be arsed to explain how to acheive what is required lol.. The issue is not specifically MS access related therefore an understanding of networks is necessary to be able to resolve the issue to which a professional service should be considered. Too ofter in...
  14. Jason Lee Hayes

    Can You ISP Tell If You Are Using a VPN?

    Yes, very easily however then can only identify the amount of traffic passed via the tunnel but cannot interpret content of the data (Without taking considerable time!) There are methods to prevent them from doing this also with some basic networking & encryption skills. Consider VyprVPN to...
  15. Jason Lee Hayes

    Tip: Use Monoid Font on HiDPI screens

    Can be found here: https://larsenwork.com/monoid/
  16. Jason Lee Hayes

    Solved Windows 11 Slow Opening Forms

    Are your using VMware Fusion for a specific reason or simply because the Pro version is now free? Only reason i ask is because VertualBox is also free and may resolve this problem. Personally use Parallels Desktop and no issues there. PM me if you require PD FOC
  17. Jason Lee Hayes

    Modernizing The Microsoft Access Interface!

    Are yes; you would need to change the hardcoded path. On Daniels video it does state this is a requirement! Obviously demo only in its infancy state but sure ideally path & filenames would be stored in a table
  18. Jason Lee Hayes

    Modernizing The Microsoft Access Interface!

    You need to be using the new browser that c Hi Jose, glad to see you on this forum pal.... What took you so long lol... Your work is inspiring as always....
Back
Top Bottom