G
Guest
I've implemented the code as described by Allen Brown and everything works great
The problem I have is that I had a macro running in the afterupdate procedures. That got replaced with Allen's code
Is there a way to implement and automatic field change of a date in conjunction with this code
Private Sub Form_AfterUpdate(
Call AuditEditEnd("tbl_ProspectDemographics", "tbl_AudTmpProspectDemographics", "tbl_AudProspectDemographics", "PrspDemoID", Nz(Me!PrspDemoID, 0), bWasNewRecord
End Su
Also does anyone know of a way to flag which fields where actually changed in the audit table
Thanks in advance.
The problem I have is that I had a macro running in the afterupdate procedures. That got replaced with Allen's code
Is there a way to implement and automatic field change of a date in conjunction with this code
Private Sub Form_AfterUpdate(
Call AuditEditEnd("tbl_ProspectDemographics", "tbl_AudTmpProspectDemographics", "tbl_AudProspectDemographics", "PrspDemoID", Nz(Me!PrspDemoID, 0), bWasNewRecord
End Su
Also does anyone know of a way to flag which fields where actually changed in the audit table
Thanks in advance.