Hello,
I was wondering if it were possible in Access to make a linked spreadsheet's path be based upon the filename of the Access database that it is in.
For instance, if the database is db_2008-01-28, I'd want the linked spreadsheet path to be c:\path\2008-01-28_data.xls. This way, I could create dozens of small (<1MB) databases with different names that would be based on their respectives day's data.
Alternatively, if someone could help me think of a better solution that would be great too. Essentially I have a database that linkes to daily data in the form of excel files. The excel files are too many and too large each to have them all in the database. The database is essentially just a data crucher that takes the daily data that it's linked to, does joins/filters/etc., then spits out one query that a pivot table in an excel application I've developed makes use of.
Further complicating things is that no one has write access to the directory that the database is in. That's why I need the database to update its linked table paths by itself whenever the main query is called from the excel application.
Thank you for any help!
I was wondering if it were possible in Access to make a linked spreadsheet's path be based upon the filename of the Access database that it is in.
For instance, if the database is db_2008-01-28, I'd want the linked spreadsheet path to be c:\path\2008-01-28_data.xls. This way, I could create dozens of small (<1MB) databases with different names that would be based on their respectives day's data.
Alternatively, if someone could help me think of a better solution that would be great too. Essentially I have a database that linkes to daily data in the form of excel files. The excel files are too many and too large each to have them all in the database. The database is essentially just a data crucher that takes the daily data that it's linked to, does joins/filters/etc., then spits out one query that a pivot table in an excel application I've developed makes use of.
Further complicating things is that no one has write access to the directory that the database is in. That's why I need the database to update its linked table paths by itself whenever the main query is called from the excel application.
Thank you for any help!
Comment