I have an Access database that I use to generate reports on data in a text-based company database. I extract data from the company database into a .csv file, which I link to in Access. Several other people have copies of my database, each with some of their own queries/reports defined.
I have recently changed the structure of the .csv file (added/removed/rearranged various fields). I have updated my import spec to account for the new layout. I would like to write a VB module for the other users that will update the import specs in their copies of the database. I understand that they will have to import the module that will import their import specs, but hopefully they can re-use the module the next time I mess with the .csv file layout.
It looks like I would use the TransferDatabase method to import or link database objects. But I don't see anything in the interface that supports the Import/Export Specs checkbox included with the Import Objects options. Is it possible to script the import of the Import/Export Specs?
Thanks,
Don
I have recently changed the structure of the .csv file (added/removed/rearranged various fields). I have updated my import spec to account for the new layout. I would like to write a VB module for the other users that will update the import specs in their copies of the database. I understand that they will have to import the module that will import their import specs, but hopefully they can re-use the module the next time I mess with the .csv file layout.
It looks like I would use the TransferDatabase method to import or link database objects. But I don't see anything in the interface that supports the Import/Export Specs checkbox included with the Import Objects options. Is it possible to script the import of the Import/Export Specs?
Thanks,
Don