I have created an app which populates a standard, 2003 Microsoft Access *.mdb database. A seperate database is created for each project my employer starts, and they can get quite large with tens of thousands of records. An average file size is about 6MB.

On one of our projects, all the data from an entire table has recently vanished without warning. We're not sure why, or even when: although certainly within the last 48 hours. This has only occured this once, and only on this one project.

The application which interacts with the D'base uses Binding sources and TableAdapter methods, and the table from which the data has disappeared is not directly editable: it is modified programmatically, by means of Insert and Delete methods. Finally, it is continually filtered with a Fill method depending on what is selected elsewhere in the app.

I'm hoping that someone knows something that may have caused this, or even better, if there is someway to retrieve the data.

Thanks for your time,
Qu.