Choosing an Output To format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there,

Is it posible to enable the user to select the format type to export a data
set to. I have a report menu that, i want to offer the user the ability to
export a query dataset to a specific file format, namely, excel, word, csv or
rtf.

Suggestions?
 
Carlee said:
Hi there,

Is it posible to enable the user to select the format type to export a data
set to. I have a report menu that, i want to offer the user the ability to
export a query dataset to a specific file format, namely, excel, word, csv or
rtf.

If you use...

DoCmd.OutputTo

....and don't supply an argument for the export format then the user is prompted
to choose one.
 

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

Back
Top