B
Brig
Using Access 2002 and working in a workgroup environment, we would like to
have a running log of changes on a certain record on a text file or memo.
I will attach an afterupdate event to each control that I want to track but
I do not know when to start selecting the file.txt and appending the changes
on it.
For example, one changes the name, I will have a log on:
1. Who (Based on CurrentUser())
2. When (Now())
3. What have been changed to.
The log should look like this:
(Constant are in quotes)
"Date:" 6/11/04 "NameChange:" NewNameofPerson "User:" Brigham
We are not looking for something really fancy and we are hoping that this is
simple(gulp...) enough.
Thank you.
Brigham
have a running log of changes on a certain record on a text file or memo.
I will attach an afterupdate event to each control that I want to track but
I do not know when to start selecting the file.txt and appending the changes
on it.
For example, one changes the name, I will have a log on:
1. Who (Based on CurrentUser())
2. When (Now())
3. What have been changed to.
The log should look like this:
(Constant are in quotes)
"Date:" 6/11/04 "NameChange:" NewNameofPerson "User:" Brigham
We are not looking for something really fancy and we are hoping that this is
simple(gulp...) enough.
Thank you.
Brigham