Hi everybody ....

Is there any simple way (or a component in VB 6.0) to
browse the contain of microsoft access database
(tables and fields inside the tables) ?

Let's say I have:

test.mdb
table1
name text(20)
address text(20)
table2
mark number(3)
grade number(3)

When I select test.mdb, I would like to get the information
of table1 and table2 with all the fields inside.

Anyone can help me ? Any idea is appreciated.

Thanks
Keiko