Search results

  1. isladogs

    DoCmd.SendObject and CDO

    To hammer home the point (deliberate reuse of the analogy), MS is discontinuing the VBA enabled Publisher app from the Office suite in 2026. Whilst a few users will be disappointed by that decision, that can't be described as reducing the effectiveness of Access. The problem with Outlook is...
  2. isladogs

    DoCmd.SendObject and CDO

    The change to Outlook equally affects all other Office apps such as Excel, Word and PowerPoint. As @sonic8 made clear, the effectiveness of Access itself is not being diminished.
  3. isladogs

    DoCmd.SendObject and CDO

    Desktop
  4. isladogs

    DoCmd.SendObject and CDO

    You can have both Classic & New Outlook. I have that in Windows 11 on 2 machines though only use Classic
  5. isladogs

    DoCmd.SendObject and CDO

    Very few apart from Graph API I believe some people have used Thunderbird with Access but I've never tried
  6. isladogs

    DoCmd.SendObject and CDO

    I have used CDO to send email from Access for over 20 years. It is easy to setup but only works for sending emails. Use late binding and no additional reference is needed. I have an example app for testing email account settings with CDO https://isladogs.co.uk/email-tester/ Agree that the...
  7. isladogs

    Minimize MSaccess

    When I hide the Access interface, I am scrupulous about only having one form open at a time. Problem solved
  8. isladogs

    Steaming STT using AI model

    And then look at this one https://isladogs.co.uk/dictation-access/index.html
  9. isladogs

    Cumulative Total with a Curve Ball

    Not easily available at the moment and I'm going out for the rest of the day. Can you upload a cut down database with just the required tables(s) and your query attempts. Change any sensitive data before uploading
  10. isladogs

    Form sizing / scrolling for smaller screens

    The changes will start rolling out in the near future but likely won't be complete or released to all channels until late Spring 2026 Definitely worth trying various alternatives in the meantime.
  11. isladogs

    Access Europe User Group - Wed 1 Oct: High impact – Custom dialogs and mini-notifications (Marcus Dieterle)

    Marcus Dieterle gave a very impressive presentation to the Access Europe User Group on Wed 1 Oct where he demonstrated how his custom dialogs and mini-notifications can significantly enhance user experience. The video of the session is now available on YouTube: Do watch the video and...
  12. isladogs

    Cumulative Total with a Curve Ball

    I regularly used to do this for academic years: Sept to Aug Specify the start and end dates and add a YYYYMM field for each record e.g. 202509, 202510 to ensure all data is displayed in the correct order
  13. isladogs

    Chart Sort Order

    Not with a modern chart as it always transforms the row source. Why not use the original table/query on which your crosstab is based?
  14. isladogs

    Form sizing / scrolling for smaller screens

    It was precisely for that reason that I started using automatic form resizing back in 2005. However I disagree with you that it’s now much easier to manage without AFR. It’s still the case in many work environments that users will have a wide variety of monitor sizes, resolutions and often...
  15. isladogs

    Chart Sort Order

    For info, not only the sort order but the gridline appearance is based on the final series (not the first series) There is a popup message that tells you this but its easy to miss: Whilst you can enter values for other series, they will normally be overwritten In this case, I have the x-axis...
  16. isladogs

    VBA to print Word file and close is

    Templates are designed to be read only. Try saving as .docx
  17. isladogs

    Smart Domain Functions Builder

    I also found that the option group wasn't selectable in my first attempt. That can probably be fixed but isn't important enough to spend a lot of time doing so.
  18. isladogs

    Form sizing / scrolling for smaller screens

    A long requested feature has been the ability to zoom forms in/out to fit on different monitors or resolutions. After some delays, this is now close to being released with rollout expected to start at the end of October...
  19. isladogs

    Smart Domain Functions Builder

    1. That's my point. Having an English only version would be very helpful. 2. That should be possible by placing a button on top of the AND/OR option group and setting it transparent when the textbox CrNumTxt >1. The code to do this goes in the Detail_Paint event:. Something like: Private Sub...
  20. isladogs

    Adapting automatically Access code from 32-bit to 32/64-bit

    Perhaps this thread will help? https://community.spiceworks.com/t/using-winsock-vba-64-bit/961995/4
Back
Top Bottom