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.
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.