SteveCarrier
Programmer
Hello,
When you have a recordset which contains null values is there a way for you to instruct the SQL to replace the null values with some other value, such as ""(an empty string?).
Right now I am using some isnull() tests in my code but it is very sloppy so I would like to improve it.
Thanks in advance.
Steve Carrier
When you have a recordset which contains null values is there a way for you to instruct the SQL to replace the null values with some other value, such as ""(an empty string?).
Right now I am using some isnull() tests in my code but it is very sloppy so I would like to improve it.
Thanks in advance.
Steve Carrier