Filtered Transfer Text

  • Thread starter Thread starter Dominic
  • Start date Start date
D

Dominic

i have written a module to cycle through data and export
to a text file, the problem i have is i want to export
only certain parts of information from a table based on
results from my code?

How can i filter the table prior to export based on
various criteria

Thanks in advance
 
Dominic said:
i have written a module to cycle through data and export
to a text file, the problem i have is i want to export
only certain parts of information from a table based on
results from my code?

How can i filter the table prior to export based on
various criteria

If you're using the TransferText method, then export a query
that includes your filter criteria.
 
Back
Top