I am trying to design a update query that will rearrange the values (a range from 1-4) in a field in reverse order.
So 1 become 4, 2 becomes 3, 3 becomes 2, 4 becomes 1.
I thought the way to do this would be to create an update query with the field in 4 times and the criteria for each goes from 1 to 4 and the update goes from 4 to 1. Easy?
But when I run the query I get an error (Duplicate Output Destination 'Field Name') and when I reopen the query Access has changed the criteria in the first instance of the field to "1 And 2 And 3 And 4", and left the other criteria's blank.
Anyone know why this is?
Best wishes, Kris Leech
PS. I know i could create 4 queries to do each update and call them from a macro, but i dont really wanna do that.
So 1 become 4, 2 becomes 3, 3 becomes 2, 4 becomes 1.
I thought the way to do this would be to create an update query with the field in 4 times and the criteria for each goes from 1 to 4 and the update goes from 4 to 1. Easy?
But when I run the query I get an error (Duplicate Output Destination 'Field Name') and when I reopen the query Access has changed the criteria in the first instance of the field to "1 And 2 And 3 And 4", and left the other criteria's blank.
Anyone know why this is?
Best wishes, Kris Leech
PS. I know i could create 4 queries to do each update and call them from a macro, but i dont really wanna do that.