theDBguy's Access Blog
Everything I learned about MS Access
Thursday, December 14, 2023
Retrieve Active Directory Group Membership Info
›
Hello, everyone! It's been a while since I wrote something here. I hope I can get back into it. I was helping someone in the forum recen...
1 comment:
Friday, November 5, 2021
How to check if an Access database object exist
›
The Usual Approach The idea for this function came to me while responding to a question in the forums on how to check if a query exist. The ...
Friday, October 1, 2021
How to get the Filename from a FilePath
›
I'm sure we all have helper functions. Those are the little functions we tend to use inside larger sections of code to simply return a s...
Wednesday, August 25, 2021
SimpleCSV() v2.0
›
A few years ago, I wrote a simple function called SimpleCSV() to concatenate records and posted it on my website. One main drawback of thi...
Friday, March 5, 2021
Download a File from the Internet
›
To download a file from the Internet, one option is to use the URLDownloadToFile API, which looks something like this. #If VBA7 Then Priv...
›
Home
View web version