Access to data in database, with no entries in the table

M

mike

I have a database file, it is 28 mb in size, yet when i open the database
there is only one table, and in the table there are no entries. This is a
database we use for our business, and i need to get to the information that
is in the database yet not visible in the table. The table is deleted every
few days from the main program we use. the data is there it's just not
visible. Does anyone have a clue as to what i can do to access the
information that has been deleted?
 
T

TT

The "quick fix" I've used is to open a blank database and then import each
table, query, form, and report from the "old" database. Even though the
objects are not visible, you can import them via "Get external data."
 
Top