Transfer Text.

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
 
G

Guest

I meant to thank you for this earlier. I've had trouble accessing this
website recently. Your code worked great. Appreciate the help.

Paul Hammond
Richmond, VA
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top