User Profile

Collapse

Profile Sidebar

Collapse
vittorio0
vittorio0
Last Activity: Nov 30 '15, 02:07 PM
Joined: Nov 29 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vittorio0
    replied to TransferText, but only spec. record
    The QueryDef runs ok when the form is opened and Returns the proper record.

    1. The Name of the QueryDef is ExpRec_q and the SQL of it:
    Code:
    SELECT tbl_Zeichnungen.*
    FROM tbl_Zeichnungen
    WHERE (((tbl_Zeichnungen.F23)=[forms]![ZeichnungSuchen_f]![dwgname]));
    The Error comes up after Rightklick - Export - Textfile, I can set the Output file and after the error pops up. I like to specify that the first...
    See more | Go to post

    Leave a comment:


  • vittorio0
    replied to TransferText, but only spec. record
    I managed to have the form open and tried to create the exportspecifica tion, however the error remains the same :(
    See more | Go to post

    Leave a comment:


  • vittorio0
    replied to TransferText, but only spec. record
    Yes, thats right, how can I have the form open and at the same time be in edit mode at the querydef.
    See more | Go to post

    Leave a comment:


  • vittorio0
    replied to TransferText, but only spec. record
    Thansk a lot for your answer, I have tried that and it works. When I try to create the Exportspecifica tion with the filter in place, it comes up with the errormessage "1 Parameter was excepted, to few were supplied" (translated from German) any idea?
    See more | Go to post

    Leave a comment:


  • vittorio0
    started a topic TransferText, but only spec. record

    TransferText, but only spec. record

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

    Thanks for your help
    vittorio0
    See more | Go to post
    Last edited by NeoPa; Nov 29 '15, 09:05 PM. Reason: Formatted for space
No activity results to display
Show More
Working...