This is a new one for me,
I have a simple line of code to open a audit log
DoCmd.OpenForm "frmAuditHistoryDetail_Audit", , , "[AuditHistoryID] = " & Me.AuditHistoryID.Value
The button is found on a continuous subform, and just allows the user to see a audit history for the selected record...