OK, I got the import working fine with an imputbox,
filename = "C:\inventory\ScannerFiles\ScannerFiles\june_23\"
filename = filename + InputBox("Please Enter File Name:")
DoCmd.TransferText acImportDelim, "scanner_import", "scanner_in", filename
now how do I make a browser...
Does anyone...
I have a similar issue. I have a macro that will import an excel file - no problem. What I would like to do is browse for the file instead of providing the full file path. Even an input box prompting for the file name would be better than typing in the whole file name. Can I do this in a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.