Hi
Can anyone shed some light on the best way to solve this problem.
I have a table (lets Call it tblMyTemporaryMadeUpTable)
It has 1 text field (Lets call it MyField)
I also have some data in this field like so
________________________________
MyField
AABAAB
BBABBA
ABACCAB
______________________________
So heres my problem
I need to change all of the letter A's into Letter B's
I had a look at building a query that would change this but i couldnt quite get it.
My original plan is to code this... which is to be fair not a problem, although
if I could crunch this solution into a query then my I.Q may increase by 1 (or double, depending on which way you look at it)
Can anyone enlighten me
thanks Homer
Can anyone shed some light on the best way to solve this problem.
I have a table (lets Call it tblMyTemporaryMadeUpTable)
It has 1 text field (Lets call it MyField)
I also have some data in this field like so
________________________________
MyField
AABAAB
BBABBA
ABACCAB
______________________________
So heres my problem
I need to change all of the letter A's into Letter B's
I had a look at building a query that would change this but i couldnt quite get it.
My original plan is to code this... which is to be fair not a problem, although
if I could crunch this solution into a query then my I.Q may increase by 1 (or double, depending on which way you look at it)
Can anyone enlighten me
thanks Homer