disk or network error

  • Thread starter Thread starter iccsi
  • Start date Start date
I

iccsi

I got disk or network error while I tried to add a new record in the
table.
I did compact and repare database for backend MDB, but it still gets
same error.
I thought it is tables corrupted and repair can fix it.

Any thought about this situation?

Your help is great appreciated,
 
m:
I got disk or network error while I tried to add a new record in
the table.
I did compact and repare database for backend MDB, but it still
gets same error.
I thought it is tables corrupted and repair can fix it.

That's generally not a corruption error, but a connection error,
i.e., one that pops up when the connection to the data file is lost.

I also have a foggy memory of a really hideous case of VBA project
corruption that also produced that error message (misleadingly), but
can't seem to find anything when I Google it.
 
Thanks for helping,
It is the only table to get this message, other tables are OK.
If it is connection issue then I should get error message for all
tables.

Thanks again,
 
Back
Top