M
msnews.microsoft.com
Hi, First let me thank anyone who tries to help me out here.
I have a medium size relational database (4 relational tables) on a network
with about 15 users who enter and modify data. I would like to create a
history table or multiple tables if need be, that tracks what was changed,
by who and when. I have security in effect, so each user has there own
userID and password and, I am able to track entries on userid.
I have considered duplicating entire records when a change is made, but that
sounds like a BAD IDEA.. I can also imagine that there may be more then one
way to do this, so please give me your ideas....
Thanks again.
I have a medium size relational database (4 relational tables) on a network
with about 15 users who enter and modify data. I would like to create a
history table or multiple tables if need be, that tracks what was changed,
by who and when. I have security in effect, so each user has there own
userID and password and, I am able to track entries on userid.
I have considered duplicating entire records when a change is made, but that
sounds like a BAD IDEA.. I can also imagine that there may be more then one
way to do this, so please give me your ideas....
Thanks again.