I have a db called "OUTY"
in it a table called "Students"
in the table a field called "class"
I want to make an update query to update
where class = '5' update to '6'
where class = '4' update to '5'
where class = '3' update to '4'
.......
Ive tried all codes posted and cant get around them.
Please help.
Ta
in it a table called "Students"
in the table a field called "class"
I want to make an update query to update
where class = '5' update to '6'
where class = '4' update to '5'
where class = '3' update to '4'
.......
Ive tried all codes posted and cant get around them.
Please help.
Ta