Good afternoon,
I'm looking for a way to reverse all of the values in a yes/no field in a table. That is that I wish for all 0s to become -1s and all -1s to become 0s. I've just checked the data and every record falls into one of those categories, none are null. I tried to build an update query to change every 0 to a -1 and every -1 to a 0, but unsurprisingly it didn't work. Any ideas? It only needs to be run once, so even a ridiculously slow solution would be appreciated!
Thanks,
Matthew
I'm looking for a way to reverse all of the values in a yes/no field in a table. That is that I wish for all 0s to become -1s and all -1s to become 0s. I've just checked the data and every record falls into one of those categories, none are null. I tried to build an update query to change every 0 to a -1 and every -1 to a 0, but unsurprisingly it didn't work. Any ideas? It only needs to be run once, so even a ridiculously slow solution would be appreciated!
Thanks,
Matthew