Button on form to convert a report into ONLY an rtf document

S

Sietske

It is easy to make a button on a form to export a report to RTF, a Data
Access Page, Excel etcetera. However, I would like to have a button which
ONLY gives the possibility to export a report to RTF.

I was thinking of trying to write a module for it, but it would be nice if
there is an easier way of making this button. Can somebody give me a hint
which web page would be interesting to find modules or VBA-codes which can be
of use to me now?
 
S

Sietske

Solved it!

DoCmd.OutputTo acReport, "rptWhateverTheName", acFormatRTF did the trick.

But thanks anyway... :)
 

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