I have a record update page that when it updates an empty field in the SQL database it removes the <NULL> vales from the cell and replaces them with a blank. I need the nulls in there for a large part of my SQL script. What should commadn should I use to keep the <null> value? Also say I change a field that previously had data, to no data, and update. The cell updates to being blank, I would like it to update and show the <null> value.
Any help would be greatly appreciated,
Thanks again,
Brendon