Search results

  1. C

    Problem with Loop

    Hi, I am opening a text file and finding a string say 001# till EOF and then replacing it. Once the replacement is done I want to find another string say 003# in the complete file and replace it with another string. This way I need to find around 15 strings and replace them. And in the end...
  2. C

    Please Help With This Code

    Hi, I have an access table with records and each record has an entry like 001#AKA. I want to remove all the characters on the left of #(inclusive #). I am using this code as an Module in Access to find the # and then doing the replacement. But it seems to be going in a loop and not doing...
  3. C

    Delete all the characters on the left of # in a recordset

    Hello, We have an access database where we import daily data via txt file. The data is seperated with pipes. Each record has a value and before that value we have a number like 001#. This is in all the records. We have about 250,000 records in each file. I tried to replace the characters in...
Back
Top Bottom