Avoid This Common Error When Executing Stored Procedure in MS Access

Avoid This Common Error When Executing Stored Procedure in MS Access   We love running stored procedures from our VBA code, but there is one issue you need to watch out for: Executing a procedure that affects data already loaded on your form. If you're not careful you will get the following [...]

2021-06-30T14:54:20-05:00March 2nd, 2021|

Easily Convert Your Microsoft Access Queries With This New Tool!

Easily Convert Your Microsoft Access Queries With This New Tool!   AccessUserGroups.org launched a new tool that will convert your Access queries over to TSQL: https://accessusergroups.org/blog/accesssqltool/ As a firm that specializes in converting Access to SQL Server, this tool will be a rea [...]

2021-06-11T04:20:49-05:00January 17th, 2021|

Where to Download the Runtime Kit for Microsoft Access 2016

Where to Download the Runtime Kit for Microsoft Access 2016   If you ever need to download the runtime kit for Access 2016 you will find it here: https://www.microsoft.com/en-us/download/details.aspx?id=50040 If you expand the Details section you will see the following note: Note: There are mul [...]

2022-01-07T09:07:58-06:00November 1st, 2020|

Writing Readable Code for VBA – Try* pattern

Writing Readable Code for VBA - Try* pattern   Lately, I've been finding myself using the Try pattern more and more. I really like this pattern because it makes for much more readable code. This is especially important when programming in a mature programming language like VBA where the error h [...]

2021-06-11T04:36:17-05:00October 30th, 2020|

Ad-hoc Connection Strings and Heterogeneous Queries for MS Access

Ad-hoc Connection Strings and Heterogeneous Queries for MS Access   Heterogeneous queries is the reason why connection strings, especially ad-hoc connection string are important. In previous articles of the series, you saw how you could customize the connection parameters for connecting to Exce [...]

2021-06-11T04:39:52-05:00October 24th, 2020|

Connection String Parameters for Saved Specifications

Connection String Parameters for Saved Specifications   Access provides a second method of describing text files' schema by using system tables MSysIMEXSpecs and MSysIMEXColumns to save the specifications. In the previous article, I covered how schema.ini can be used to describe a text file's s [...]

2021-06-11T04:41:10-05:00October 23rd, 2020|

Connection String Parameters for Schema.ini

Connection String Parameters for Schema.ini   Making a schema.ini to open or link text files from Access is one of two possible methods that can be used to work with data contained in the files from Access. In the previous article, we looked at the text file's connection string parameters. We a [...]

2021-06-11T04:43:50-05:00October 22nd, 2020|

Connection String Parameters for Text File Sources

Connection String Parameters for Text File Sources   In the previous article I covered the connection string parameters for Excel data sources. We will now focus on the text files. There are different methods for describing text files' schema and using the information during opening or linking [...]

2022-03-22T09:29:14-05:00October 21st, 2020|

Connection String Parameters for Excel Data Sources

Connection String Parameters for Excel Data Sources   In the previous article, I discussed how we can treat Excel and text files as if they were a database using DAO, and how we can open them without linking. Because they do not use ODBC drivers, their connection string will be formatted quite [...]

2021-06-11T04:48:20-05:00October 20th, 2020|

Opening or Linking Text or Excel as Data Sources in Microsoft Access

Opening or Linking Text or Excel as Data Sources in Microsoft Access   Access is a phenomenal tool for working with many data sources. You may have long known that you can easily import or export data in a wide array of formats. However, we had a scenario where we needed to process data from ex [...]

2021-06-11T04:52:20-05:00October 19th, 2020|
Go to Top