![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I cannot output a table in Access 2003 or Access 2007 as a step in a macro in a comma seperated file format. The option is not there. I converted the macro to Visual Basic and changed the code to: DoCmd.OutputTo acTable, "On Hand Table Copy", "Comma Seperated Values File(*.csv)" But it errors out because the format is not available. Is this just not possible at all? This macro needs to run several times a day for an import, so saving the export file from an available format (.xlsx) to a csv every time is not practical. Maybe Docmd.TransferText will work. |
#3
| |||
| |||
|
|
DoCmd.OutputTo acTable, "On Hand Table Copy", "Comma Seperated Values File(*.csv)" But it errors out because the format is not available. Is this just not possible at all? |
![]() |
| Thread Tools | |
| Display Modes | |
| |