I
ifoundgoldbug
Greetings.
i have a quick question could someone post some sample code which would
go through the entirity of a database and check the value of each
record in 1 field and use an if statement to change it's value.
IE.
while not db.eof
if dept = 501 then
dept = 15501
end if
loop
i have a quick question could someone post some sample code which would
go through the entirity of a database and check the value of each
record in 1 field and use an if statement to change it's value.
IE.
while not db.eof
if dept = 501 then
dept = 15501
end if
loop