I'd like to Output a certain record from a table into a Text file. GlbLastWip is the criteria
why does this not work?, i'm getting error 3011
Thanks for your help
vittorio0
Code:
Dim strSQL As String strSQL = "SELECT * FROM [tbl_Zeichnungen] WHERE ([F23]='" & GlbLastWip & "');" doCmd.TransferText acExportDelim, "ExpRec_q", strSQL, "C:\temp\ExpRec_q.txt"
Thanks for your help
vittorio0
Comment