S
Steven M. Britton
I am trying to create a
Private Sub btnExportCCs_Click()
DoCmd.TransferText acExportFixed - Export of my query.
End Sub
But I don't understand it at all??? Sorry... I have a
query that I can click on then go to file and Export with
spaces in it and is works fine, however I want to do this
automatically in VBA or something else I can click...
Can someone give me direction - What is the "For a fixed-
width text file, you must either specify an argument or
use a schema.ini file" - (Help File)
Private Sub btnExportCCs_Click()
DoCmd.TransferText acExportFixed - Export of my query.
End Sub
But I don't understand it at all??? Sorry... I have a
query that I can click on then go to file and Export with
spaces in it and is works fine, however I want to do this
automatically in VBA or something else I can click...
Can someone give me direction - What is the "For a fixed-
width text file, you must either specify an argument or
use a schema.ini file" - (Help File)