I have a form that users fill in data. I want to add a date, time, and user field to the table so I know when it was last modified and by who. I need the time stamp due to split shifts. Would it be better to code it into VBA for form or put Date() and Time() into table default properties? Also if the record gets modified will it change the info in these fields to current time and date?
Thank you for your help.
Walker