Code:
What haven't I answered about my tables?
I was trying to discern what the Import process was vs. the Linked process and understand if you were using local tables JOINED with external data. Hoever, this question seems to be moot, at this point.
If your linked tables are not showing the correct data. I suggest you import the data to a Temp table within your Access file. This is what I, sometimes, do with raw data. A table within your Access file will always reside there. This table will be your temp table. The structure of the table does not change and the table is never deleted. What changes and what is temporary is the data within.
You can use the Wizard to create a table. Use the Wizard to Import data and create a new table. Then, delete the data from the table and launch the Wizard a second time. This second time around, at th eend of the Import process with the Wizard, save the process. Give it a good name and make a note of the name. Now you can repeat the process via the controls in the ribbon or automate via VBA.