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...
@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
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...