Search results

  1. B

    Audit Trail

    You cannot. It has been removed in 2007+. BUT you can use the Windows API and VB to get the Network Used Id. Private Declare Function apiGetUserName _ Lib "Advapi32" _ Alias "GetUserNameA" ( _ ByVal Buffer As String, _ BufferSize As Long _ ) As Long Private Sub cmdGetUserName_Click()...
  2. B

    Audit Trail

    This is great. What modification would be need to have this write to a separate table and/or a separate table in a separate DB? This way the application Db can remain small / compact / efficient and gain the security of keeping the change log in a separate secured DB. Please advise. Thank you.
Top Bottom