Hi
I do have a vba code where I am saying check if Description is empty (null) in the query (some items might have empty description but not that many) then insert this text.
but is not workingstrSQL = "UPDATE booklet_list SET booklet_list.descr = ' book sold ' where booklet_list.descr is null "
CurrentDb.Execute (strSQL)
where is my error?
thanks for your inputs
Webisti
SOLVED...MISSING THE END;