S
Sash
I have the following:
If Not IsNull(rs.Fields("INS2")) Or rs.Fields("INS2") = "" Then
***rest of program***
I added rs.Fields("INS2") because the field in the recordset is blank, but
was not realizing that in the program. When I tried to debug the program it
was showing this field equal to "". However the aforementioned doesn't work
either. Any suggestions would be greatly appreciated!
If Not IsNull(rs.Fields("INS2")) Or rs.Fields("INS2") = "" Then
***rest of program***
I added rs.Fields("INS2") because the field in the recordset is blank, but
was not realizing that in the program. When I tried to debug the program it
was showing this field equal to "". However the aforementioned doesn't work
either. Any suggestions would be greatly appreciated!