Exporting file, more features

M

Maracay

Hi guys

I have this instruction in a command button to export the table prueba to a
csv file, is working fine but I would like something more specific
DoCmd.TransferText acExportDelim, , "prueba", "prueba.csv"

1.- I would like to export some of the field of the table not all of them,
let say I have Name, LastName and Address, I would like Name and Address on
prueba.csv.

2.- Have the choice to also export, the txt filed but with fix length fields
(the ones I have in the table.

3.- have the choice to exports the file to a specific location
C:\test\filename

Any help will be appreciated

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top