MS Access – Persistent Connection in a Split Database
Anyone that knows anything about developing a database knows that best practice dictates that you split your database into 2 components: a Back-End containing the tables (your data) and a Front-End...
View ArticleMS Access – Where to Start Learning – Database Tutorials
I always find it amazing that even with the internet, it can sometimes be very hard to sift through all the available material to find good tutorials and learning tools. Below are a few good starting...
View ArticleMS Access – Deploying an Access Database using CITRIX
This is a preliminary posting on the subject, one that I hope to add to over time. We see many postings on various forums from people wanting to know more about running an Access database via CITRIX....
View ArticleMS Access – Who is Logged In?
Another common need for most database administrators & developers is to be able to see who is logged into a database. A very common solution to this in the past has been to use the Jet UserRoster,...
View ArticleMS Access – Database Created with the 32-bit version …
Have you ever developed a database using a 32-bit Access version and then tried to deploy it on a 64-bit version and receive the error: “This database created with the 32-bit version of Microsoft...
View ArticleMS Access – Securing Access to the Back-End Database
Limit the settings within your database Go into the database Options (Office Button->Access Options->Current Database) and uncheck elements such as: Display Navigation Pane Optionally: Allow Full...
View ArticleWebBrowser ActiveX Control – Google Maps Invalid Character Scripting Error
I had an MS Access database which had been in place for over a year and that was working just fine. One day, at the beginning of October 2013, my client informed me that they had recently started...
View ArticleDetermine Installed Version of MS Access – VBScript
Below is a simple VBScript to determine the current version of MS Access installed on the computer Dim oRegistry Dim oRegistry Dim sKey Dim sValue Dim sAppVersion Const HKEY_CLASSES_ROOT =...
View ArticleMS Access – Why Convert Your Database Into an MDE or ACCDE?
Yet again, another questions that always comes up over and over. What is an MDE/ACCDE database? So why do we normally recommend that you convert your database (mdb/accdb) into a compile version...
View ArticleCount of the objects in your MS Access Database
Have you ever needed to get a simple count of the number of : Tables Queries Forms Macros Reports Modules I recently needed to get some summary data regarding a database I was working on. The...
View ArticleGive your Opinion on MS Access
If you weren’t already aware, you can now share your opinion on MS Access directly with Microsoft. Add new items, vote on existing ones and hopefully help shape the future of Access. For the Desktop...
View ArticleMS Access – Missing Images, Images not showing
There has been a MAJOR screw up and sadly we are seeing countless posts/questions regarding images not showing up in forms/reports. Sadly, even several months after being flagged, we are still waiting...
View ArticleFinally a Fix for the Images not showing in Forms and Report for Access 2016
It took several months, but Microsoft finally has released an official fix for the issue of images not showing on forms and reports in MS Access 2016. Microsoft Installer (.msi)-based edition of Office...
View ArticleMicrosoft Access 2016 Runtime has been Released!
It’s here. It’s finally here! Microsoft has released Microsoft Access 2016 Runtime. It can be downloaded from Microsoft’s website at: https://www.microsoft.com/en-us/download/details.aspx?id=50040...
View ArticleWhy MS Access isn’t a Secure Database – Part 2
It is one things to explain how Access stores back-end passwords in plain English text in a hidden system table as I did in my article entitled Why MS Access isn’t a Secure Database, but I didn’t just...
View ArticleSecuring Your MS Access Database Front-End
In this post I’d like to discuss what steps you can take to try and secure, as best you can, your MS Access Front-End application. Password Protect your FE As I pointed out in my post entitled Why Ms...
View ArticleConvert Your Access Database Into An Exe
Over the years, I’ve seen the same question come up time and time again: How can I convert my MS Access database into an exe so I can sell it Further discussion typically brings up the notion that they...
View ArticleGreat Access Tools – Access Crash Reporter
I’m starting a series of posts to promote some great tools to be aware of as an Access developer Today, I’d like to introduce you to TheSmileyCoder’s Access Crash Reporter. Any developer can attest...
View ArticleGreat Access Tools – Access Shortcut (right-click) Tool
As developers our primary job is to facilitate our user’s interaction with the data. One way to provide easy access to functionalities (sorting, filtering, …) is by creating Right-Click Context Menus....
View ArticleGreat Access Tools – Enhanced Message Box
Anyone that’s ever developed any computer solution knows the importance of providing messages to the end-users. Now, Microsoft provides the MsgBox, but to say it is primitive is an understatement. It...
View Article