View Full Version : Export Results from Query


crhodus
08-23-2001, 07:19 AM
I have a macro that runs and opens a query in read only mode. I would like for these results to be exported into a Paradox 5 file. Is there a way to do this with a macro?

Thanks!

The_Doc_Man
08-24-2001, 08:06 AM
Only if you installed Access with Custom options and included the "Paradox 5" import and export wizards.

In the Help files, look up the TransferDatabase Action and Method for a description of how to do what you want.

crhodus
08-24-2001, 11:31 AM
Thanks