Hi,
Thanks everyone for your help with my previous question,
i need to search for a record with the value null
the code i am using is as follows
$strSQLExists = "select * from dbo.WEBUsers where Username='".$_SESSION[UserID]."' and CustomerID='125'";
and i want to change the last bit to search for values that sql says is null
got any ideas
thanks