Recent content by carbonfiber56

  1. C

    Run time error 3001 Invalid Argument when using DoCmd.Transfertext

    This still results in the same error. Dave
  2. C

    Run time error 3001 Invalid Argument when using DoCmd.Transfertext

    I have the following VBA code: Dim dkg As Variant, str As String dkg = Application.FileDialog(msoFileDialogFilePicker).Show str = Application.FileDialog(msoFileDialogFilePicker).SelectedItems(1) DoCmd.TransferText acImportDelim, "OnyxSRImportSpecification"...
Back
Top Bottom