D
DavidW
I am trying to use a form to check and replace an existing number in a field
from a table.
This doesnt happen often but what I am doing is that if a fields number
equals whats been put in text1(say "10"), replace the number with whatever
is placed in text2 and continue to the next record until the end of all
records.
how would you phrase the "for each" statement to go through each record in a
table and check to see if it matches and if it does, replace that value.
from a table.
This doesnt happen often but what I am doing is that if a fields number
equals whats been put in text1(say "10"), replace the number with whatever
is placed in text2 and continue to the next record until the end of all
records.
how would you phrase the "for each" statement to go through each record in a
table and check to see if it matches and if it does, replace that value.