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
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