Separate file with one field

R

Ramesh

Seems like fairly simple need but cant figure it out.

How do i export the contents of One field of a table into a .csv or a text
file, one record per line?

Thanks
Ramesh
 
A

Allen Browne

Create a query that returns only one field.

Use TransferText (in code or a macro) to export the query.
 
R

Ramesh

Thanks Allen. Guess i ll have to find out about the transfer text function
and use it. Sure that will help.

Ramesh
 
Top