C
Chu Gai
I've got a database that's usually used by two people simultaneously.
I'd like to be able to implement a means by which I can track which
person is responsible for having entered a particular record. Like
being able to store their name, or a reference to it, in the relevant
table. This is so I can determine if the occasional errors that come
up from time to time are traceable to a particular person. Any idea
how I can pull this off?
I'd like to be able to implement a means by which I can track which
person is responsible for having entered a particular record. Like
being able to store their name, or a reference to it, in the relevant
table. This is so I can determine if the occasional errors that come
up from time to time are traceable to a particular person. Any idea
how I can pull this off?