Multiple users overwriting records

G

Guest

In my database, I have a txtName field that pulls your nt login and adds the
name to the table when you click on the "save record" button. If Bob
accidentally presses save record on Susie's record, it overwrites with his
name instead of Susie. How can I prevent this?
 
G

Guest

I would just make the default value of that field the code that you use to
get the nt login name. I also would have a date field what used =Now() to
capture when the record was created.

I would then take away the save name from the Save button OR put the name in
a new field named LastModifyRecord so that you could track who first created
it and who last modified the record.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top