Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: airwolf09
  • Content: Threads
  • Order by date
  1. airwolf09

    2012 MS SQL SERVER MANAGEMENT STUDIO - Read from txt

    I use VBA to read from a txt file. Is the a way to read a txt file in 2012 MS SQL SERVER MANAGEMENT STUDIO query? Thank You
  2. airwolf09

    Creating a CSV file and removing the last comma from each row

    Good Afternoon The following code creates a .csv file. The output looks something like this Peter, Pan, 20, Male, Mary, Pan, 20, Female, John, Doe, 40, Male, The problem is the last comma on each row. It should no be there. Or I need to delete it. I can't figure out how to remove the last...
  3. airwolf09

    Delete Column from cvs file via VBA (Access 2010)

    Hello. I am trying to figure out why the code below does not produce a new row of data. For example the old.csv shows A B C D E 1 JOE DOE MALE UNF 2 MOE DOE MALE UF 3 FOE DOE FEMALE SPACE_HERE 4 JOE DOE SPACE_HERE CAL But the output to the new.csv looks like...
  4. airwolf09

    ACCESS 2010 SQL Columns to Rows

    Good Afternoon I need some help transposing columns to rows based on ITEM number. I am using SQL but can't seem to figure it out. My qry_Table Field1 Field2 ITEM 1 ASSET 12345 MODEL 1234ABC ITEM 2 ASSET 12346 MODEL A1B2C3 ITEM 3 ASSET 12347 MODEL 1ABC456 My desired results ITEM...
  5. airwolf09

    csv file breaking after numeric characters and special characters

    The plan 1 Access Database creates a csv file 2 Data is read by Reflections 2011 VBA code 3 Data is passed to the mainframe via Reflections 2011 VBA The problem 1 Access Database creates the csv file (NO PROBLEM) 2 Data is read by Reflections 2011 VBA code (PROBLEM) A) If leading numeric...
  6. airwolf09

    csv file breaking after numeric characters and special characters

    The plan 1 Access Database creates a csv file 2 Data is read by Reflections 2011 VBA code 3 Data is passed to the mainframe via Reflections 2011 VBA The problem 1 Access Database creates the csv file (NO PROBLEM) 2 Data is read by Reflections 2011 VBA code (PROBLEM) A) If leading numeric...
  7. airwolf09

    SendKeys "Y" code not working.

    I am using Reflections 11. The VBA code works but when it comes to pass the osCurrentScreen.SendKeys "Y", It does not pass the "Y" Key. Why is that? This only happens in my If Then Else statement. Any help would be appreciated. Thank You If (Line22) = "Do you wish to continue? N" Then...
  8. airwolf09

    DeleteFile VBA Attachmate Reflections

    I am trying to delete the first line of text file using Attachmate Reflections 2011 VBA script. But the code does not work. How can I use "DeleteLines 1, 1"? any help would be appreciated. Const ForReading = 1, ForWriting = 2, ForAppending = 3 Dim fs, f Set fs =...

Part and Inventory Search

Back
Top