Hello,
I am trying to use the following code for audit in an access database,but nothing is being added to the tables. Am I missing something?
Option Compare Database
Option Explicit
Private Const conMod As String = "ajbAudit"
Private Declare Function apiGetUserName Lib "advapi32.dll"Alias _...