hello.I want to update the data in the field to blank using an update query.I tried to update to null for the field but it does not want to work,.Help?
hello.I want to update the data in the field to blank using an update query.I tried to update to null for the field but it does not want to work,.Help?
What error did you get?
Is the field (column) Nullable? That mean does it allow null value for that field (column).
Can you post your SQL? (Right click on the query tab and select "SQL View")
Blank ("") and Null are different. To find blank use criteria (""). To find Null use criteria ("Is Null", without quotes)
never mind it works.thanks and sorry for the inconvenience.
please mark the thread solved. top of page, under "thread tools"