PeterWallace
Programmer
In vb6 I can read a Table .... get a field in that Table then
pass it to a function to see if it is Null ....
My prob is not working out IF it is NULL but
haow to Pass the Field to Function
e.g
Public Function IsNumFieldNull(ByVal fld As Field) As Object
Is there an equivalent In VB.Net
Thanks in Advance
Peter
pass it to a function to see if it is Null ....
My prob is not working out IF it is NULL but
haow to Pass the Field to Function
e.g
Public Function IsNumFieldNull(ByVal fld As Field) As Object
Is there an equivalent In VB.Net
Thanks in Advance
Peter