Microsoft Access

How to Reset AutoNumber

How to Reset AutoNumber in MS Access

There are a couple of different ways you can go about resetting an AutoNumber field in a Microsoft Access table. The first method uses the Compact and Repair Database utility…

How to Loop Through a Recordset

How to Loop Through Recordset in MS Access

The following VBA example below shows you how to loop through a recordset in Microsoft Access. In this example, we are going to loop through a set of personnel records….

Microsoft Access is a fantastic desktop database application. Using Visual Basic for Application (VBA) in your database can greatly extend it’s functionality. In the above articles, we explore ways to enhance MS Access that have proven useful for us in our many years building custom database applications for customers.