Forum Moderators: open

Message Too Old, No Replies

Update Blank Feilds Access

         

ukgimp

12:20 pm on Sep 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I know this will be simple but I cannot seem to find the solution.

I have a column in an access db. I would like to to an update query and make all the ones which are blank into some other value. Its is the crieria of the sql that is stumping me.

Cheers in advance

WebJoe

1:04 pm on Sep 29, 2003 (gmt 0)

10+ Year Member



UPDATE Table Set Field2BeUpdated = 'SomeValue' WHERE (Field2BeUpdated IS NULL or Field2BeUpdated = '')