February 10, 200521 yr Sorry I'm new. I need to create a History field. I need to populate this field with the date, time, the name of the person logged in and what fields they changed. Can someone point me in the right direction? Thanks!
February 10, 200521 yr BDKennedy1: Create a field which is a calculation, unstored, text, and set it to: Get ( CurrentHostTimeStamp ) & " " & Get ( UserName ) -Stanley
February 10, 200521 yr Check out the Change Log 2 demo on databasepros.com for a technique that logs the fields being changed with the value.
Create an account or sign in to comment