Access Developer Blog

Count All the Objects in Your Database

Count All the Objects in Your Database The other day our company was tasked to convert a lot of Access databases to multiple SQL Server backends. To get a sense for the tasks involved, we needed a way to count all the tables, queries, forms and macros in each database. I did a quick Internet search [...]

2021-06-11T07:39:16-05:00February 19th, 2016|

Reporting More Granularly Than Usual – Microsoft Access

Reporting More Granularly Than Usual - Microsoft Access Typically, when we do reporting, we usually do it at a higher granularity. For example, clients commonly wants a monthly report of sales. The database would store the individual sales as a single record, so it's no problem summing up the figure [...]

2022-07-26T03:33:47-05:00September 29th, 2015|

Use Microsoft SQL Server Native Client 11.0 for the Best Performance

Use Microsoft SQL Server Native Client 11.0 for the Best Performance [Update] There is a newer version of this post here. In our experience in using linked tables with Access, we get the best response using Native Client 11.0 with DSN-less tables. You could use ODBC 11 for SQL Server but then you wo [...]

2021-06-11T07:40:50-05:00August 23rd, 2015|

Free Online Microsoft Access Tutorials in August

Free Online Microsoft Access Tutorials in August August is here! Summer is winding down, but we still have some great MS Access User Group webinars. We’re also happy to announce that we’re launching a new chapter – the Canada Access User Group. If you haven’t attended one of our webinars before, the [...]

2025-05-24T19:01:14-05:00July 31st, 2015|

7 Ways To Do Sequential Numbering in Microsoft Access

7 Ways To Do Sequential Numbering in Microsoft Access Occasionally we come across project requirements that include the ability to do sequential numbering in Access on a set of data. We cannot just use the auto-number data type because there is no promise of sequentiality but only uniqueness. In oth [...]

2022-01-07T08:50:41-06:00July 28th, 2015|

Working With Console Tools – Microsoft Access

Working With Console Tools - Microsoft Access We recently had a project that required us to interact with console tools. People might have different terms for those type of tools so when I speak of console tools, I'm referring to a program or script that opens a command prompt and output stuff to th [...]

2021-06-11T07:45:07-05:00June 16th, 2015|

Create Delete and Update Audit Tables in Microsoft SQL Server

Create Delete and Update Audit Tables in Microsoft SQL Server This is a modification to an earlier tip I wrote, whereas this code will only record delete changes, my earlier article will record delete and update changes to the data. I found code online by Brett Kaiser and I modified it for my purpos [...]

2021-06-11T07:45:45-05:00June 15th, 2015|

Creating Custom Microsoft Access Formulas and Using Them Effectively

Creating Custom Microsoft Access Formulas and Using Them Effectively MS Access has a very powerful support for using expressions in your forms/reports’ controls. For example, showing a sum of some column can be as simple as putting down: =Sum([SomeColumn]) and we’re done! Now, sometimes, we don’t ha [...]

2021-06-11T07:46:24-05:00April 28th, 2015|

9 Microsoft Access Developer Interview Questions

9 Microsoft Access Developer Interview Questions A few weeks back, I created a post called 9 Interview questions to ask Microsoft Access Developers, and I challenged my loyal readers to try and answer them. Below are the questions and answers. 1. What is a collection? Answer: A group of objects held [...]

2021-06-11T07:47:35-05:00April 24th, 2015|

9 Interview Questions to Ask Microsoft Access Developers

Recently we've been interviewing a lot of Microsoft Access Developers, we don't like to ask your run-of-the-mill questions like, ''Tell me your three strengths and three weaknesses,'' or ''What's your dream job?'' Aside from our vacancy actually being your dream job, we're less interested in the flu [...]

2022-01-07T08:47:03-06:00April 7th, 2015|
Go to Top