No, because Access doesn't really have one! Vexing.
The information that (in Oracle) would be stored in plain form in
tables is buried in the undocumented MSysObjects and other systems
tables, some of it in unreadable BLOB fields. You can use DAO or ADO
code in VBA to look at a Table object and its Fields collection, but
you can't do a simple SELECT Tables FROM Cat; as you can in some other
databases.