Good morning. I am attempting to create an audit capability within a few MS Access tables. By this I want to have two fields on each record (EDIT_DT and EDIT_BY) auto-stamped each time the record is added or edited. In SQLServer I would create a trigger to do this. What are my options in Access? I think with EDIT_DT I can just have the field set to default Now(), right? How can I capture the user, is there a variable that has the users ID that I can default into EDIT_BY? Any help would be appreciated. Thanks.