Tag Archives: MS Access

Modern Web Browser Control Click Event Bug

Software Bug

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

Deleting Calendar Events With The Microsoft Graph API

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!

Continue reading

Searching Calendar Events With The Microsoft Graph API

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.

Continue reading

How Popular Is Microsoft Access, Really?!

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.

Continue reading

How-to Create Linked Tables Via VBA

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:

  • Microsoft Access databases
  • SQL Server/Azure SQL databases

Continue reading

Another Day, Another Deleted Feedback Portal Suggestion!

Microsoft Feedback

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.

Continue reading