J
jade.skaggs
Hey everyone, I have a rather large DB (200+ tables) and I would like
to write a query that gets the column names and table names side by
side (i intend on copying to excel and using that to help me determine
relationships since there are none setup currently). I found that I
can get all table names using the msysobjects table, but i can not find
any way to get column names. Do MDB's have some sort of information
schema like most DB's have that I can select from?
BTW, the ultimate goal here is to get the info into excel. Using the
documenter has proven to be a terrible option for this since I may need
to sort, search, do whatever with the data, and the 200pg document from
the documenter will only make things more complex.
TIA
to write a query that gets the column names and table names side by
side (i intend on copying to excel and using that to help me determine
relationships since there are none setup currently). I found that I
can get all table names using the msysobjects table, but i can not find
any way to get column names. Do MDB's have some sort of information
schema like most DB's have that I can select from?
BTW, the ultimate goal here is to get the info into excel. Using the
documenter has proven to be a terrible option for this since I may need
to sort, search, do whatever with the data, and the 200pg document from
the documenter will only make things more complex.
TIA