Update field to Null

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

Guest

I am trying to run an update query to set a field to Null. I've tried to use
NULL in the Update to row and I've tried to use '' and I've tried to use "".
My message states that 0 row will be updated.
 
Make sure the Field you are trying to update can accept Null and post the
SQL String of your Query.

You may have some criteria that select no Records for update and hence
Access states 0 row will be updated.
 

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