TransferText and SaveFileDialog

G

Guest

I have a form that allows users to transfer different text files from tables
based on input from the form using docmd.transfertext.... I need to allow
the user to specify the export location and filename using a savefiledialog
type of interface. I think I can do this using .net but I am not ready to
move this database to .net at this time. I have tried using select file and
save file dialog types to get the path and filename but have not solved the
problem yet. (I would like to pass the pathname from the savefiledialog to
the path paramater of the transfertext function). I don't know what to try
next. Does anyone have a suggestion to solve this problem? Thanks for your
help.
 

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