Hello All,
I am trying to figure out how I can put a time stamp in a field when the record is changed. I know I can do a =Now() or something in the form but I would like for it to be a record in the table. So this is what I mean
If I change a record It would record the date and time in field in the table called "LastModified" I would also like to record the Window user and Machine number by using something like this:
=fOSUserName()
=fOSMachineName()
This is so the user can know who last made a change on that record.
Any Ideas??
I am trying to figure out how I can put a time stamp in a field when the record is changed. I know I can do a =Now() or something in the form but I would like for it to be a record in the table. So this is what I mean
If I change a record It would record the date and time in field in the table called "LastModified" I would also like to record the Window user and Machine number by using something like this:
=fOSUserName()
=fOSMachineName()
This is so the user can know who last made a change on that record.
Any Ideas??