Error 3251 on .oldValue control property
问题 I am currently working on adding an audit trail to a MS-Access 2010 database and I am struggling with "error 3251 : operation is not supported for this type object" Here is the code of my audit trail module, mostly arranged code coming from web : Public Function auditChanges(RecordID As String, userAction As String, cForm As Form) Dim db As DAO.Database Dim rst As DAO.Recordset Dim ctl As Control Dim userLogin As String Set db = CurrentDb Set rst = db.OpenRecordset("SELECT * FROM T_AUDIT")