im trying to replace NULL with N/A but I think I have a syntax error .. how do you replace string on recordset via classic asp
so on objRS17and18("P rice_Band_1") should it be something like
Replace("objRS1 7and18("Price_B and_1")", "NULL", "N/A") ??
so on objRS17and18("P rice_Band_1") should it be something like
Replace("objRS1 7and18("Price_B and_1")", "NULL", "N/A") ??
Comment