1. Yes, it is ludicrous, but when you have employees who make mistakes like
changing existing data, what else can be done? (Firing the employee is not an
option.)
2. User-level security is already set. There are only two people who have
write access to this database: the employee who messed up and myself. This
employee (and every previous person in her position) has a habit of entering
incorrect data into the database. When pointed out, she has to go back and
update the data. Thus she needs to be able to insert and modify data. This
was an issue of the wrong data being changed, not data being deleted.
3. I'm the mid-level boss. I will make time to understand, just as I have
every other time changes were needed.
4. I will look at the link you sent me. Thank you for the information.
"Daniel Pineault" wrote:
> You can track changes, but tracking all the changes that occur...well I think
> it is ludacrous. A better approach is to setup proper user-level security
> and make regular backups for exactly this type of event. In my experience,
> even with evidence of wrong doing by a user, pointing the finger does not
> help in any way! Most bosses do have the time, the knowledge and plain don't
> care.. fix the problem and move on. As such, limit the user who can actually
> perform deletions, ensure confirmations are required. After that, it is
> their problem. You can only do so much at one point.
>
> Anyways, take a look at http://allenbrowne.com/AppAudit.html and then adpat
> it to your needs.
> --
> Hope this helps,
>
> Daniel Pineault
> http://www.cardaconsultants.com/
> For Access Tips and Examples: http://www.devhut.net
> Please rate this post using the vote buttons if it was helpful.
>
>
>
> "JG" wrote:
>
> > After some searching and comparing record numbers, I've found that someone
> > was overwriting existing records.
> >
> > Is there a way to create a log of all changes? In this instance I know it
> > wasn't malicious. Unfortunately the user that did this is also the main
> > person who does the data entry. I just need to make sure nothing like this
> > happens again.
> >
> > "Tony Toews [MVP]" wrote:
> >
> > > JG <(E-Mail Removed)> wrote:
> > >
> > > >Is there a way to tell whether a database is corrupted or if a user is
> > > >deleting records?
> > > >
> > > >I have a database for logging purposes. Records that were previously in the
> > > >database are now missing. But I can't figure out whether they "disappeared"
> > > >or if someone unintentionally deleted them.
> > >
> > > Corruption seldom deletes records. Unless the compact & repair
> > > noticed the corrupt records but it usually creates a table mentioning
> > > such. I don't recall the table name right now but it's pretty
> > > obvious.
> > >
> > > Corruption will cause strange characters and #error in fields or crash
> > > Access as you page down the table.
> > >
> > > Missing records? I'd be real suspicious about that. But then my
> > > favourite self description is paranoid pessimist.
> > >
> > > Tony
> > > --
> > > Tony Toews, Microsoft Access MVP
> > > Please respond only in the newsgroups so that others can
> > > read the entire thread of messages.
> > > Microsoft Access Links, Hints, Tips & Accounting Systems at
> > > http://www.granite.ab.ca/accsmstr.htm
> > > Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
> > >