Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: List of all tables in Access


Message #1 by "Vinay Gupta" <vinay@m...> on Mon, 10 Dec 2001 07:40:02
Hi 



How can i find list of all tables in particular mdb. including Linked 

tables.



Vinay
Message #2 by "Mike" <mike.day@o...> on Mon, 10 Dec 2001 09:31:26
select * FROM mSysobjects

WHERE (((mSysobjects.Type)=1)) OR (((mSysobjects.Type)=4));



cheers




  Return to Index