How to "Export" query table in Access? (1 Viewer)

killyridols

Registered User.
Local time
Yesterday, 18:14
Joined
Jul 16, 2009
Messages
22
Hello,
I want to export my query results table to a specified folder as a .dat file.
I don't want to output the whole database to file, I just want to output a query table to file...

Using Informix SQL the equivalent would be:
UNLOAD to "C:\test.dat"

and
Using Oracle SQL (I think?) the equivalent is:
INTO OUTFILE "C:\test.dat"

does anybody know an equivalent command that is used in Access?

Thank you!
 

KenHigg

Registered User
Local time
Yesterday, 21:14
Joined
Jun 9, 2004
Messages
13,327
You may be able to use the 'OutputTo' method. - ?

Link
 

Users who are viewing this thread

Top Bottom