Not sure how to even ask the appropriate question (don't know what I don't know), but I need help.
We have three text files that are pushed to us every night. We currently have 8 different databases (some are significantly smaller than others) using the same the three sources tables in addition to other db specific information.
What we would like to do is update these databases with local copies of the files every day.
We have brainstormed and "think" that we want to export these files into the backend of these various databases, but we run into problems with relationships between the tables.
We also thought about possibly trying to either just use an append query to change the data or import to a temp table and insert the data via macro into the regular tables.
I have searched and searched and have not been able to find an answer to this problem.
1. Is it possible to macro/code the breaking and re-establishing of relationships via the visual basic/sql side of Access 2010? For example, when the export macro ran from the sourcedb, it would open database1, save the relationships, break them, update the information, re-establish the relationships, close the db, and so on until it was through with all 8 databases.
2. Is there a better/easier way to do what we are trying to do? Or are we better off just linking to the 3 files? As a side note, we never, ever, change the data of those three files. They are only for look up.
3. Right now, we are stuck with Access 2010, so our options are limited.
Thank you in advance for any help!
We have three text files that are pushed to us every night. We currently have 8 different databases (some are significantly smaller than others) using the same the three sources tables in addition to other db specific information.
What we would like to do is update these databases with local copies of the files every day.
We have brainstormed and "think" that we want to export these files into the backend of these various databases, but we run into problems with relationships between the tables.
We also thought about possibly trying to either just use an append query to change the data or import to a temp table and insert the data via macro into the regular tables.
I have searched and searched and have not been able to find an answer to this problem.
1. Is it possible to macro/code the breaking and re-establishing of relationships via the visual basic/sql side of Access 2010? For example, when the export macro ran from the sourcedb, it would open database1, save the relationships, break them, update the information, re-establish the relationships, close the db, and so on until it was through with all 8 databases.
2. Is there a better/easier way to do what we are trying to do? Or are we better off just linking to the 3 files? As a side note, we never, ever, change the data of those three files. They are only for look up.
3. Right now, we are stuck with Access 2010, so our options are limited.
Thank you in advance for any help!