Is there a method or property that will allow me to retrieve a list of tables in a database? I'm creating an app using ADO that allows the user to update a selected database. When the user selects with db he wishes to work with, I would like to present a combo box with list of available tables. Is there any way to obtain that list programmatically?

Thanks
Brian