Library code snippets tagged with db

Search filter
Tags
Page 1 of 1
  • Access AutoNumber Reset

    by Mike Gagne

    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! db

  • Form filter example

    by tlosekoot

    An example of filtering the data displayed in Microsoft Access Forms using VBA. db, vba

  • 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. db