me.filter EXPORT

slyvsspy

Registered User.
Local time
Today, 11:30
Joined
Jun 24, 2002
Messages
51
I have a form uses a bunch of different filters that are saved into the (Me.Filter). I need to transfer certain fields to a comma delimited file based on the (Me.Filter) criteria. Does anyone know how I can do this. You can't do it using the (Transfer Text) Macro because you have to define a query.

So I guess my question is how do I export using VBA? And how do I export based on (Me.Filter).

Thanks, Josh
 
code

DoCmd.TransferText acExportDelim, ,republicanQUERY,st.txt,Yes, , ,

This is the code I am trying to run and I can't even get this to work, does anyone have any ideas?
 

Users who are viewing this thread

Back
Top Bottom