Exporting Query to RTF

smilla

Registered User.
Local time
Today, 01:28
Joined
Jul 5, 2004
Messages
19
Hi there,

Can anybody tell how to export the data from a Query to RTF via VBA or Macro?

I have tried TransferText from a macro but this comes up with an error "cannot update. database or object is read-only".

Any ideas.

Thanks
Smilla
 
Have you tried the OutputTo method of the docmd object in vba?

Or you can do OutputTo from a macro...

Ken
 
Thank you, but how can I overwrite the existing file without the message box coming up. I want to do this over night so it doesn't disturb the users.
Smilla
 
Last edited:

Users who are viewing this thread

Back
Top Bottom