Dissecting an unknown .mdb file

A

Alex J

I need to access data in a .mdb file the definition for
which I do not have(Long story).

Can anyone provide any hints or point me to where I can
get info as to how I might somehow figure out the record
format?

Thanks,
Alex
 
D

Douglas J. Steele

Link to it from another MDB, and you'll see all of the tables and their
fields.
 
Top