M
MGM1125
I have some Case statements in a Sub function that find instances of
strings and replace them with new ones -
Case "Old Name"
rst(strField) = "New Name"
- and they work just fine. However, they skip one or two instances
sometimes. I have checked and re-checked that the "Old Name" value is
the same - spaces and all - but they still don't get changed. All of
the other ones do, it's just one or two. Any suggestions?
strings and replace them with new ones -
Case "Old Name"
rst(strField) = "New Name"
- and they work just fine. However, they skip one or two instances
sometimes. I have checked and re-checked that the "Old Name" value is
the same - spaces and all - but they still don't get changed. All of
the other ones do, it's just one or two. Any suggestions?