i want to check if the following field is null.
Dim rsAssets As New ADODB.Recordset
rsAssets.Fields ("SubIcon").Val ue)
IsNull is no longer supported, so what should I use?
Thanks
Vayse
Dim rsAssets As New ADODB.Recordset
rsAssets.Fields ("SubIcon").Val ue)
IsNull is no longer supported, so what should I use?
Thanks
Vayse
Comment