Importing Import/Export Specs

mtairhead

Registered User.
Local time
Today, 15:13
Joined
Oct 17, 2003
Messages
138
Is there a way to move import/export specifications from one database to another?
 
When importing (File | Get External data | Import) hit the Option Button, and check the Import/Export Specs checkbox.
 
Thank you!
 
Say - Can you do this with VBA by any chance? Can we import and delete Import/Export specs?
 
Look into this using the Access built-in help:

DoCmd.TransferDatabase

You can do what you want with VBA code using that.

HTH
~Moniker
 
Excuse my ignorance, but I don't know what you mean. Perhaps I'm overlooking it in the help feature? I knew that you can transfer objects from one database to another using that VBA code, however I cannot find how one might use it to transfer an import/export specification.


~Andrew
 

Users who are viewing this thread

Back
Top Bottom