View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KS Wong[_2_] KS Wong[_2_] is offline
external usenet poster
 
Posts: 13
Default How to read TableDefs in ADO

Hi all,

In DAO, I could get all table information by using "for each e in
currentdb.tabledefs". How can I do similar thing in ADO?

Thanks in advance!

KS