Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

    Sample Code Sample Code RSS feed

  • Access AutoNumber Reset

    by Apoc

    This is some sample code that shows how to programmatically reset all AutoNumber fields in an Access Database to a correct value (whether it be 0 or the max value + 1). In addition, it contains code for Compacting and Repairing an MS Access Database. This is perfect for people who are working with a complicated Access Database and have experienced AutoNumber bugs!. Read full article

  • Form filter example

    by tlosekoot

    An example of filtering the data displayed in Microsoft Access Forms using VBA.. Read full article

  • Getting Started with Database Programming

    by gigsvoo

    This is a conceptual idea of how I start to do database programming. In this article, I had highlighted a few points that become vital to understand for any new comers to do database programming.. Read full article