I have form with a subform. Whenever someone changes a value in the subform the old record and the new record are recorded to an audit table. I have an additional field of a yes/no datatype on the subform. Its only purpose for being there is to be used for filtering on another form. Is there any way to write all the fields to the audit log except the yes/no field? Right now it records the entire record because the subform is bound to the table. But I do not want the yes/no field to be recorded along with the other fields. Let me know if you need to see any part of what I have.