Find and Replace operation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to find a field with empty cells and replace them with value "0". But
from the "edit" --> "find/replace" can only find an existing value (not empty
cell) to replace. Anyone know how to solve it?

thank you
 
i would write an update query. open a new query, choose your table and double
click the field you want to update with 0 to insert it into the query. On the
standard menu, click on "Query" and choose "Update Query". In the "critera"
box type Is Null, in the "update to" box, type 0 and run the query.
 

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