J
Joe Wroblewski
I'd like to clean up a database I've built over time by starting with
clean empty tables and only the queries, forms, reports, etc that I
really use.
It would be nice to have a vb routine that allowed me to load up a list
of table, querie, form, etc, names to rebuild the database, hopefully
getting rid of debris that i've left over time.
My guess is that either the DoCmd.TransferDatabase or the DoCmd.OutputTo
command is where to start. Where can I find examples of the syntacks
for these command?
Thanks!
clean empty tables and only the queries, forms, reports, etc that I
really use.
It would be nice to have a vb routine that allowed me to load up a list
of table, querie, form, etc, names to rebuild the database, hopefully
getting rid of debris that i've left over time.
My guess is that either the DoCmd.TransferDatabase or the DoCmd.OutputTo
command is where to start. Where can I find examples of the syntacks
for these command?
Thanks!