Delphi itself doesn't have tables and records, although you can construct them with object pascal.
The problem with these structures is that only the designer know how to read or write to them.
In general delphi (programming language like C, VB, Cobol, Fortran, Visual C) works together with a known database format like paradox, dbase, access, oracle, sql-server etc.
For importing the data, you do not need Delphi, Access has to comunicate with the other database format.
Probably the tables are in paradox or dbase which are owned by Borland, but it could also be MySQL Steven van Els
SAvanEls@cq-link.sr