List of table names

  • Thread starter Prashantha Weerakoon
  • Start date
P

Prashantha Weerakoon

Hello all

What is the sql query that fetches all the table names that exist in the
access database...


/thanks in advance
PRash
 
N

Nikos Yannacopoulos

SELECT MSysObjects.Name
FROM MSysObjects
WHERE (Name Not Like "MSys*") AND )Type In (1,2,4,6))

HTH,
Nikos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top