I have a linked table in a local Access (2010) database. This linked table contains a table that's connected to an XML file on the server. The reason why I have it set up this way is because from my understanding, Access does not have the ability to create a link to an XML file.
In any case, the XML file is a daily file that gets replaced every day. If I want to view data today (4/24/2019 from some XML file from say 4/15/2019, I wouldn't be able to view the data via the linked table that I created since the XML file that's driving the linked table is overwritten everyday; I'd have to go to the file location and open the XML file from 4/15/2019.
The daily files are saved on the server with a date suffix at the end of the file name.
Example:
Is there a way to have the linked table look at a different XML file based on a date in an access form?
Example:
If I have a date of 4/15/2019 in some form in my local database, can I have the linked table which is currently setup to look at LiveFile.XML look at LiveFile_190415.XML as per the selected date?
Probably could explain better but struggling with this at the moment. Please feel free to tear this up and ask questions.
TIA
In any case, the XML file is a daily file that gets replaced every day. If I want to view data today (4/24/2019 from some XML file from say 4/15/2019, I wouldn't be able to view the data via the linked table that I created since the XML file that's driving the linked table is overwritten everyday; I'd have to go to the file location and open the XML file from 4/15/2019.
The daily files are saved on the server with a date suffix at the end of the file name.
Example:
Daily Filename: LiveFile.XML
Historical Filename: LiveFile_190415.XML
Is there a way to have the linked table look at a different XML file based on a date in an access form?
Example:
If I have a date of 4/15/2019 in some form in my local database, can I have the linked table which is currently setup to look at LiveFile.XML look at LiveFile_190415.XML as per the selected date?
Probably could explain better but struggling with this at the moment. Please feel free to tear this up and ask questions.
TIA