I
iwasinnihon
I am having difficulty checking to see if a certain column in a listbox
is null. My code follows.
If IsNull(Me!List5.Column(3)) Then
I have also tried
If Me!List7.Column(3) = "" Then
Both do nothing. It just does what is in the else. How can I get it
to see that the column is null?
is null. My code follows.
If IsNull(Me!List5.Column(3)) Then
I have also tried
If Me!List7.Column(3) = "" Then
Both do nothing. It just does what is in the else. How can I get it
to see that the column is null?