Can anyone help.

Im trying to display all tables in a MS Access database through an application i have created in C#. What is the command that displays all tables. I know in MySQL "SHOW TABLES" is the command but i need the MS ACCESS equivalent.

The command is then used as an argument for an OdbcCommand oject.

Any help would be much appreciated.

Thanks