G
Guest
I'm trying to put together a simple app that imports a text file. I want to
keep this as simple as possible. I don't want to set up folders and code
for specific paths. I would like the user to click the Import button and
specify the file to be imported, then have the code take over and do the
rest. I've saved the import specification. The usual DoCmd.TransferText
only works if you specify a specific file. Is there a function I can
substitute that will do this for me?
Thanks,
Paul Hammond
Richmond, VA
keep this as simple as possible. I don't want to set up folders and code
for specific paths. I would like the user to click the Import button and
specify the file to be imported, then have the code take over and do the
rest. I've saved the import specification. The usual DoCmd.TransferText
only works if you specify a specific file. Is there a function I can
substitute that will do this for me?
Thanks,
Paul Hammond
Richmond, VA