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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by veggie216

  1. veggie216

    I want to remove some unwanted info in the file using sed? how to do ?

    Both solutions work. Thanks for your help!
  2. veggie216

    I want to remove some unwanted info in the file using sed? how to do ?

    I have a similar issue. However, I am trying to remove a Control Character. How can I remove it? I was typing: cat file1 | sed 's/\^V\^M//g' > file2 where '^M' is the control character I want to remove. Any thoughts?
  3. veggie216

    Question Regarding UPDATE and COUNT

    When I try that I get this message: 'Operation must use an updatable query'. Is thie query even possible?
  4. veggie216

    Question Regarding UPDATE and COUNT

    Just to clarify, my first issue is getting the code to work and my second issue is using it for multiple enginecodes.
  5. veggie216

    Question Regarding UPDATE and COUNT

    Hi, I'm trying to update a table with a value coming from a COUNT function in ACCESS. What I need to do is count the number of 'passed' records in the 'ScriptTable' table (value = 'yes') and place that number into the 'EngineCodeName' table. EngineCodeName has 44 different engine codes and...
  6. veggie216

    Multiple Drop Down Selection Forms

    I'm trying to create a webpage (using ASP) that has 2 drop down menus. The choices of the 2nd drop-down menu depends on what is chosen in the first drop down. The first drop down is populated from a database (using a loop) and the second one gets populated (from the database) based on what is...

Part and Inventory Search

Back
Top