Search results

  1. R

    Delete Specific Strings in a cell in MS Access

    Hello, I'm trying to update a column which contains the following text "ProductImages/SAFA/sample_image_name.png" 1st Part: ProductImages/ 2nd Part: SAFA/ 3rd Part: sample_image_name.png (need to save/keep this text) The text "ProductImages/" is standard in every row. While the text...
  2. R

    Run-Time Error "3049"

    @JHB - compact and repair solved the problem. Thank you all for the quickly replies. Much appreciated.
  3. R

    Run-Time Error "3049"

    @JHB, thanks for the reply. Yes I tried the compact and repair. The debug mode error highlight this line. rsF.Update 'rsF.MoveNext But I'm not sure why it creates 100K products while later gets the error. Thank you
  4. R

    Run-Time Error "3049"

    Cannot open database..."file maybe corrupt" After running the code on a form...I'm getting this error message. Run-Time Error "3049" The code runs for about 100K rows and then this message comes on. I'm trying to update this table with about 300K products. Please help. Private Sub...
Back
Top Bottom