Hi all-
I have this code attached to a command button.....
DoCmd.TransferText acImportDelim, "Test Import Specification", "My Table", "C:\My folder\Myfile"
This automatically updates my table with the table in the specified folder. I would rather set up a system where the user could type in a file name, and a search would be done for the the specific file instead. Make sense?
Any ideas?
thanks
I have this code attached to a command button.....
DoCmd.TransferText acImportDelim, "Test Import Specification", "My Table", "C:\My folder\Myfile"
This automatically updates my table with the table in the specified folder. I would rather set up a system where the user could type in a file name, and a search would be done for the the specific file instead. Make sense?
Any ideas?
thanks