G
Guest
Current application prompts user for desired WHERE criteria, which is then
used to create a valid WHERE clause string.
Neither DoCmd.TransferText nor DoCmd.OutputTo allow filtering or other WHERE
clauses, nor can I pass a filtered recordset to either of these methods.
What would be the most reasonable and effective way to export the filtered
query to a text file?
Thanks in advance,
-Jason
used to create a valid WHERE clause string.
Neither DoCmd.TransferText nor DoCmd.OutputTo allow filtering or other WHERE
clauses, nor can I pass a filtered recordset to either of these methods.
What would be the most reasonable and effective way to export the filtered
query to a text file?
Thanks in advance,
-Jason