I am looking for a efficient way for a user to select a file and insert that selection into a piece of common code:
I have files that I must change the extension type to be able to import into Access 2013. I have build code that does the import, process and insert into the data base tables. The Name function works but it is currently hard coded to test the entire process which works well.
I hope this makes sense. This is the final piece to complete a project.
Thanks in advance.
Code:
Name "C:\Folder\Selected file" As "C:\Folder2\Selected file new format"
I hope this makes sense. This is the final piece to complete a project.
Thanks in advance.
Comment