A simple way to save just a file name (or any other bit of data) to a table, and later retrieve it, would be via DAO. For instance, you could set up a table called SaveData, consisting of only a single Text field called SaveText, and use the following two procedures to (1) clear any existing...