I am using the following
DoCmd.TransferT ext acImportDelim, "Specification" , "Table", "C:\file.cs v", No
And this works fine but I would like to have the user type in the path and have the code reference that field instead of the "C:\file.cs v" that is in the code above.
I have tried a few items in place of it but it does not seem to be the correct syntax or the correct way to do it. Is there an easy way to accomplish this?
Thanks for any help.
DoCmd.TransferT ext acImportDelim, "Specification" , "Table", "C:\file.cs v", No
And this works fine but I would like to have the user type in the path and have the code reference that field instead of the "C:\file.cs v" that is in the code above.
I have tried a few items in place of it but it does not seem to be the correct syntax or the correct way to do it. Is there an easy way to accomplish this?
Thanks for any help.
Comment