jennyek2000
Programmer
Hi..
I keep coming back here to as questions, but now I need to know how do I find out if a particular field is NULL or not. I have this code, but theres a syntax error under DBNULL:
Dim mycurrentrow As DataRowView = CType(Me.BindingContext(mydataset, "jobs"
.Current, DataRowView)
If mycurrentrow.Item("JobStart"
= DBNull Then
'CODE TO CARRY OUT IF NULL
End If
Thanks all,
Jenny
I keep coming back here to as questions, but now I need to know how do I find out if a particular field is NULL or not. I have this code, but theres a syntax error under DBNULL:
Dim mycurrentrow As DataRowView = CType(Me.BindingContext(mydataset, "jobs"
If mycurrentrow.Item("JobStart"
'CODE TO CARRY OUT IF NULL
End If
Thanks all,
Jenny