How to build metastructures in VBA?

W

WDSnews

In ObjectPal I often used code to build tables of table and query data, and
then used other code to construct new tables and queries from information in
a table. In this case, I have a giant query with164 fields called
"CSQuery". I'd like to use code to read that query and build a two field
table, called "CSStructure" with 164 records. The two fields of CSStructure
would be called "Field Name" and "Formula".

Which VBA instructions do I need to know about?
Which key words can help me read CSQuery in order to create and fill the
CSStructure table?
Which key words can help me read the CSStructure table in order to create a
new Query?

Thanks for your help.
 

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