Hi,

Am writing an update statement to one of my SQL tables. I have fields which are <NULL> I want them to remain so after the update. When I update they either become blank or Null.
How can I keep them <NULL>.

Any help would be appreciated.