Altering data within columns 2

M

Mark909

I have a column which contains building numbers.

However a number of cells within the columns have had a 0 entered where the
information had been unknown.

However the cells with 0 need to be blank.

i.e how do I alter cells containing 0 and change them into a blank cell?

Thanks for any help
 
S

Scott Lichtenberg

You'll need to do an update query. If you are using the Access query
builder, type the word "Null" (without quotes) into the Update To field.
Don't forget to put zero in the condition field, otherwise you will replace
all values.
 
Top