I need some help on this one also. I have two Crystal Report generated Excel spreadsheets that are auto-updated on a daily basis. One spreadsheet contains computer assets (type, model, memory, etc). The second spreadsheet has users assigned to them (names, phone numbers, location, etc). I need to import these in to existing tables with numerous filters into my Access database weekly. They don’t change a whole lot but I need the changes to be reflected in my database.
The way I have it setup now is through linked tables, AssetDump1 and AssetDump2. I then use a “Make table query” to create my two filtered tables, tbl_Asset and tbl_Users.
My problem is the filtered tables have relationships set up that I have to delete and then recreate every time I need to run the “Make table query” because they have to be deleted first.
Is there a better way to get the raw data into a table without breaking the relationship? I do not make any changes to these two tables. They are used to pull information only.
The way I have it setup now is through linked tables, AssetDump1 and AssetDump2. I then use a “Make table query” to create my two filtered tables, tbl_Asset and tbl_Users.
My problem is the filtered tables have relationships set up that I have to delete and then recreate every time I need to run the “Make table query” because they have to be deleted first.
Is there a better way to get the raw data into a table without breaking the relationship? I do not make any changes to these two tables. They are used to pull information only.