Access/VBA Library

Database functions

This modules provides some functions to execute SQL-statements and retrieve data from tables of the current database.

Module: mdlDatabase

Remarks

  • This module uses function of the module mdlBasicFunctions.
  • A reference to "Microsoft Scripting Runtime" is needed.

Changelog

Date Changes
2018-04-02 Performance: Open recordsets as snapshot and read-only.
2017-10-20 Added function GetColumnHistory.

Topics