Altering data within columns 2

  • Thread starter Thread starter Mark909
  • Start date Start date
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top