can we list all tables in msaccess database using sql?

Use MSysObjects

SELECT * FROM MSysObjects WHERE Type=1 AND Flags=0

Leave a Comment