To avoid database bloat, I often create temporary databases to store working data tables.  I'd like to create these files in the user's %TEMP% folder.  However, if I do that Access presents the following dialog to the user:
A potential security concern has been identified.
File path: C:\Users\JDoe\AppData\Local\Temp\TempDb\temp_001.mdb
Do you want to open this file or cancel the operation?
If I try adding this folder (or any subfolder of the %TEMP% folder) to Trusted Locations, I get the following error message:
The path you are using is not a valid location or cannot be used as a Trusted location for security reasons; please check the path you have typed or choose another location or a specific folder.
Is there a workaround for this?  I understand the reasoning behind disallowing the %TEMP% folder as a trusted location.  I just feel like I'm stuck in a catch-22.