Every once in a while when manipulating string odd things happen that can be hard to figure out.
- Why is the a line break
- Why is there a space
- …
Every once in a while when manipulating string odd things happen that can be hard to figure out.
Found another bug with the Modern Web Browser Control (MWBC).
If we look at the Property Sheet for a MWBC, we get:
I’ve been ‘lucky‘ enough to encounter, yet another, Modern Web Browser Control (MWBC) bug! 😩🫤
I used the MWBC’s Click event to be able to identify what the user clicked upon in the web page so I can react to the select via VBA.
If I use a MWBC control source linked to a local file:
="https://msaccess/C:\Demos\Interfaces\Menu01.html"
this all works fine. The Click Event work perfectly.
Continue reading
While I was exploring the Microsoft Graph REST API and working with Calendar Events:


the next logical step was to delete an event and nothing could be easier!
Working off of my existing demo and previous posts:


I wanted to share 2 routines I’ve created for searching/listing events in a calendar.
I thought I’d share that there is a new Access tool/project on the horizon, one that would allow reverse engineering accde file.
If you want to learn more, then check out:
I decided to have a little fun after seeing Mike Wolfe’s recent article:

and see what I could dig up.
You see, I don’t think Microsoft’s own numbers are accurate. With later versions of Windows and Office, yes, they have telemetry, but there are multiple older versions still in use that they have no visibility on whatsoever!
This is why there is no true way to get an exact number. It’s educated guess work at best and pure speculation at worst. That said, we can get a better idea relative to other databases via surveys and various sites that rank such data.
Below is some data I found by searching online, so let’s see what picture the data is showing.
Although we have GUI tools to create Linked tables, at times, it is simply more convenient to do so via VBA and automate the process.
So I thought I’d quickly share my routine for doing so. I’ve made it primarily for 2 usage scenarios, creating linked tables to:
A little over a year ago I wrote an article regarding retrieving a database object’s created and modified date/times:

In it, I detailed that the Last Modified properties was in fact unreliable and hence there was a bug.
So, at the end of the article, I included a link to a Feedback Portal suggestion I created about the issue in the hopes Microsoft would decided to fix this issue for us all.
So after my recent YouTube video on sending an e-mail via an Outlook.com account using the Microsoft Graph REST API:
I thought I’d provide a function which can be used to create an event in the user’s calendar. (it is still a work in progress though)