sford said:
The records seem to be disappearing. I will look up the record in
form view(Where the data entry is done) and it will not show up. I
will then look in the table datasheet and the record is not there.
Yes they disappear as if it were deleted. How can I find the
corruptions? Ah, this is so confusing. I didn't create this
database, it was done in 2001 and the creater no longer works here.
Hmm. Here are some questions. I don't know how conversant you are with
Access, so some of them may seem like dumb questions.
+ Are you sure the records aren't actually being deleted by a user?
I've known people to delete records from a query, not realizing that
doing so deletes them from the table. Or to make a copy of a form, then
delete records from that copy, thinking it's a completely different set
of records from the records shown on the original form.
+ Are you the only user of this database?
+ Is it possible that the records are still there, but being hidden by a
filter that has been applied? When you look at the form or the table
datasheet, is the Filter button on the toolbar "pushed in"?
+ Are you looking at a form or datasheet that is based on a query
(whether a stored query or a SQL statement)? If so, does that query
have a WHERE clause that might exclude some records.