I am coding in VB to add 3 fields of MS Access back end.
If there is no value (or blank) in a particular field, I want 0 to be considered in addition.
Following code is not working for checking the blank field.
If IsNull(DE_hours) Then
DE_hours = 0
End If
Please help me in recognising the blank field.
Regards,
Dinil