I am trying to automate some boring tasks involving database maintenance at work -- this means programmatically creating (or copy/pasting) tables, forms, queries, reports, etc.
I couldn't figure out how to create tables via automation -- is there a way to do this with ADO?
And I couldn't figure out how to create queries with DAO -- is this possible?
I am trying to avoid creating both ADO and DAO objects in the same procedure because I feel like I shouldn't have to. Am I wrong?
I could use some help here and also possibly a link to good object models for ADO and DAO. Thanks. -Brad
I couldn't figure out how to create tables via automation -- is there a way to do this with ADO?
And I couldn't figure out how to create queries with DAO -- is this possible?
I am trying to avoid creating both ADO and DAO objects in the same procedure because I feel like I shouldn't have to. Am I wrong?
I could use some help here and also possibly a link to good object models for ADO and DAO. Thanks. -Brad