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 SkipVought 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: akki007
  • Order by date
  1. akki007

    Exporting CSV file via VBA

    Hi guys and gals, Is it possible to use VBA to export the results of a query to a csv file automatically?
  2. akki007

    Batch Replacer Having Funny Effect

    353,2001,"1757,0",M353204500097,Joe,Bloggs,,19/02/1997,F,17,"Made Up St",,Oldham,"OL9 6DT",,,,05/06/2006,[null],F,,,F,[null],,,"0161 287 5844" This is an example row in a .csv. The fields that are double quoted are ones that could potentially have a comma within them. The [null] is not enclosed...
  3. akki007

    Batch Replacer Having Funny Effect

    I have a script that loops around a directory. It opens each .CSV file in turn, replaces the string "[null]" with "". It then saves the file as a new version and deletes the original. The script works like a charm, except... When I come to load the new files into a table via DTS, it does not...
  4. akki007

    Batch text file replacer

    Thanks for the help guys, it's working like a charm!
  5. akki007

    Batch text file replacer

    Ignore my last post, fixed it.
  6. akki007

    Batch text file replacer

    Open strPath & strFileOut For Output As #intFileOut Bad File name or Number
  7. akki007

    Batch text file replacer

    Also, it doesn't like the open command.
  8. akki007

    Batch text file replacer

    Thats excellent! Although, it's falling over at... strFileOut = strFileIn & ".tmp" Breaking at the line after this command shows... strFileOut =
  9. akki007

    Batch text file replacer

    Hi all, I have a directory with 120 CSV files. I need to loop through each file and replace any instance of the string [null] with genuine null. Is this possible using VBA via excel or access?
  10. akki007

    Icons Are Not Transparent

    Ok, I've tried the obvious...Control Panel, Sytstem, Advanced etc. Ticked and unticked the "Use drop Shadows" box and nothing! I still have horrible borders around the text. Does anybody know how I can get rid without using a 3rd party utility? Ta
  11. akki007

    Moveable Rotating Sphere

    Hi all, I want to make a user controllable rotating sphere. Exactly the same as the google earth initial view only I dont want to be able to zoom, just spin around using the mouse I then want to map jigsaw shaped pieces over the sphere for users to click and take them to another page. Any...
  12. akki007

    Finding out if a view is used

    I have many many views and I would like to do some housekeeping. Is it possible to run a SP to find out if a view is in use by a stored procedure or another view etc? Ta
  13. akki007

    Exporting a table to Excel via a Command Button

    Thanks, I figured it out actually. I created a Macro and ran that via the button.
  14. akki007

    Exporting a table to Excel via a Command Button

    I have a form that simply updates one table. I would like a command button that when clicked, exports all collumns from that table to Excel and opens up Excel. Basically, the same procedure as File > Export... Thanks
  15. akki007

    dtsrun - "Package has Completed"

    Because, if the schedule runs overnoght, the message stops the batch file from ending. OK has to be clicked before the next part of the script can run.
  16. akki007

    dtsrun - "Package has Completed"

    I have a .bat script running a dts package via dts run, this is scheduled but on completion I get the message "Package has Completed". Is there any way to disable this message so the schedule can continue?
  17. akki007

    DTS - Column Name Could Not Be Found

    When running an import package, it fails on the Data Transformation Task with an error of "Column Name 'Col020' Could Not Be Found" Any ideas? Thanks
  18. akki007

    My Screen Turned Black on Black!!! AT WORK!!!

    Not really, no! I should know better really. The best part is, the PC is brand new, a day old! we live and learn...

Part and Inventory Search

Back
Top