That is absolutely PERFECT, Ken. Thank you so much.
Every time you, or one of the others who provide us amateurs with so much help, I am simply amazed at the solutions. Then I ask myself, "Why couldn't I find that in the Microsoft help files?" Better yet, why don't any of the many manuals I have in front
of me cover things like this. I guess that is like asking why do our hearts beat. No viable answer.
In trying to understand the code you provided, I tried changing the "(1)" to "(2)" in both .FileDialog and .SelectedItems lines, and learned that .FileDialog(2) resaves the selected file, and .SelectedItems(2) returns an error. The rest of the code is pretty
self explanatory, although I did try to get more information about the TransferText portion of the DoCmd line. That research directed me to Office Online, which apparently covers everything except Access - - Groan.
One question I was trying to answer is, "what determines which Library window is opened"? When I run the code the first time, the Documents window opened. I navigated to the "Downloads" window, which is where I need to go to find my file. After I made
the selection and ran the code additional times, the "Downloads" window opens. However, if I go to the "Documents" window and select a file, additional runs defaults to that window. This leads me to believe that Windows saves the last location from which
a file was selected and the code goes to that last location.
Is there a way to direct the action to the "Downloads" window regardless of what file list window was last used?