Microsoft Access YouTube Resources

In previous posts, I’ve provided links to some valuable Microsoft Access websites

Today, I thought I’d offer a few online learning YouTube resources worth investing your time in and watching:
 
Continue reading

Access Modern Web Browser Control – Bypassing Trusted Domains

Go Around

Oh you knew I would, admit it!

One of my biggest issues with the new Modern Web Browser control is this whole ‘Trusted Domains’ nonsense. It makes no sense to me to stop users from using a Web Browser to click on links to access other sites?! Isn’t that the whole point of a web browser, to browse, hence the name?! Instead of calling it a Web Browser control, it should have been called a Web Page Viewer control because now you aren’t supposed to use it to browse anything!

If you don’t know anything about the new browser or its limitations then check out:

 

So I have been trying to find some way to get around this limitation and, well, today I finally did.

Continue reading

Access Modern Web Browser Control – Webcam

Image of a webcam

So you’ve seen that recently I’ve been playing around with the new Modern ‘Edge’/’WebView2’ Web Browser control that recently got added to Access MS365.

and several more.

And, in my previous post, I demonstrated how easy it was to save a base64 html image:

well today, I’m going to implement that base64 code so we can fully automate the PC’s webcam without the need of any 3rd party tools, APIs, …  Easy as can be!

Continue reading

Access – Saving Base64 Web Images

Today, I thought I’d share how you can save an image from an image displayed in the web browser control or retrieved through some other form of automation. The concept/code has actually been available via some of my demo databases, but I’ve never created a post on the subject.

This will be used in my next article, to come out later in the week, in which I will be showing you another cool thing that can now be done using the new Modern ‘Edge’ Web Browser control.
 
Continue reading

Access Modern Web Browser Control – Authorizing Access To Devices

As you no doubt figured out with my recent posts on the subject:

I’ve been playing around with the new Modern ‘Edge’ Web Browser control.

Continue reading

Access Modern Web Browser Control – Splitting PDFs

As promised in my previous post regarding merging PDFs together using the new Access Modern Web Browser control:

This post is about splitting/extracting a set of pages from a PDF.
 
Continue reading

Access Modern Web Browser Control – Merging PDFs

Have you ever wanted to merge PDFs using VBA and not wanted to use ActiveX controls, 3rd party dlls, …

Now that we have a new Modern Web Browser control:

 

we can finally do what has been so easy to do via the web for over a decade now!  That’s right, we can employ the web browser to enable us to create and manipulate PDFs!

Continue reading

Advanced Automation With The New Access Modern Web Browser Control

In my previous posting on the subject:

I demonstrated a couple times how to extract specific items from a active web page. This is done by using the RetrieveJavascriptValue method to execute the specified JavaScript command and we do this over, and over, and over…

That said, this is no way to do proper parsing. Don’t get me wrong, it could be done, but it is ugly and inefficient. For 1 element it is fine, but not if you’re trying to breakdown a page, extract lots of elements…, well that’s a different story.

Continue reading

Everything You Never Wanted to Know About the Access Modern Web Browser Control

Access Modern Web Browser Control

So, we have a new ‘Modern’ Web Browser control, some people have also referred to it as the Edge Web Browser control! Well that is if you are running MS365 and using the BETA or Current Update Channels running build 16.0.16327.20214 or greater.

Access Ribbon Controls

You can check out the complete Modern Web Browser release cycle by reviewing:

I thought, I would start documenting the new ‘Modern’ Web Browser control, like I had done for its predecessor:

 
Continue reading

Microsoft Support At Its Best

I recently chronicled my first attempt at using Access’ DataVerse export ‘feature’:

 

After many, many hours of work I got enough functional that I wanted to provide a demo to a client.  The question then became, HOW?  Since it is linked to my Account, how can I share it out to an external user.

How can I share a set of tables, not all the tables, with an external user?

I played around in the DataVerse Table admin pages and found nothing remotely about security and/or permissions.

Then I decided to ask the Access Dev Team directly, as surely they would know, this had to have been planned for!  Sadly, I was informed they didn’t know and it was more an Azure question.

I spent 2 days, looking here and there, trying all sorts of things, turning in circles through the labyrinth that is the admin centers in Microsoft’s WWW (Microsoft, Office, PowerApps, Azure, …), posting in forums, to ultimately never manage to successfully do so.  So I then decided to try using Microsoft support.

After submitting the ticket, an hour or so later I received the following confirmation

Continue reading