Import a Query

  • Thread starter Thread starter Dwight
  • Start date Start date
D

Dwight

Can a query be programatically imported from 1 database to another? If so,
please let me know how.

Thanks in advance!

Dwight
 
Dwight said:
Can a query be programatically imported from 1 database to another? If so,
please let me know how.


Check VBA Help for the TransferDatabase and CopyObject
methods and see if either of them meet your needs.
 
Back
Top