Tag Archives: MS Access

Another msaccess.exe Process Not Closing Properly Bug

Software Bug

There isn’t much information at this point in time on the root cause and no official fix to the issue (there are workarounds however, see below), but it would seem that with the most recent update(s) Microsoft Access no longer closes properly and leaves instances of the msaccess.exe running in the background.

Continue reading

Where’s Microsoft Access On All The MS365 Pages?

I recently was flagged on a post on LinkedIn

Continue reading

Legacy Browser Vs Modern Web Browser Control, Which to Use?

Anyone that follows my blog, or Access for that matter, know that I am probably the foremost blogger regarding all things Access Browser related.

I have one of the most complete articles on the Legacy Web Browser Control (LWBC):

and when the ‘new’ Modern Web Browser Control (MWBC) was released I compiled another article on the subject to try and give everyone else a quick guide to get going on the right foot:

Continue reading

Find Most Recent Similarly Named File From A Folder

So I was working on a project and was faced with a little issue. You see, I created a program which processes files that are generated by a web application and that get downloaded to the user’s PC. The problem is that if the file already exists, Windows helpfully adds a numeric prefix to differentiate the files.

Continue reading

Modern Web Browser Bug Rendering Media with CAPITILIZED Extensions

Software Bug

Here’s another really weird bug with the Modern Web Browser control that was mentioned to me by Juanfran Rodriguez (@juanfranrodriguez), one of my YouTube viewers.

The issue is that if you use a capitalized the file extension used in the Modern Web Browser control’s Control Source, when trying to directly display media, you will get gibberish displayed rather than the actual media.

Continue reading

MVP Awards Issued Today

I thought I’d just share that today was the big day in the Microsoft MVP community as today was the day that MVPs were awarded/re-awarded their MVP title.

Most Valuable Professionals

Technology Pros: We recognize exceptional community leaders for your technical expertise, positive influence on those around you and commitment to solving real world challenges with cutting-edge technology.Microsoft

The Microsoft Most Valuable Professionals (MVP) program recognizes exceptional community leaders for their technical expertise, leadership, speaking experience, online influence, and commitment to solving real world problems.Microsoft

You can use the search page to examine how the current awardees are in the various fields/countries/…

Continue reading

Playing Around With Microsoft Access Text Boxes

Today, I thought I’d simply share a few bits of code for things developers often need to do with Text boxes, and a few that I had fun creating just for the sake of seeing how it could be done!

Things like:

  • Positioning the Cursor
  • Selecting Text
  • Inserting Text
  • Retrieving Content
  • And More…

Continue reading

Control Renaming Event Bug

Software Bug

Since I’m on the subject of Event bugs…

It only makes sense to mention another longstanding bug when renaming controls!  One that I was reminded of by a recent comment on my YouTube channel by Xavier Batlle (@xavierbatlle1828)

Events also are lost when controls are renamed.Xavier Batlle

Continue reading