L
Laurel
The 2nd line of this code is never executed, even when
lrst_NamesAndAddress!Spouse_First_Name shows a value when I hover over it in
the debugger. If there is not a name in the column then when I hover over
that variable, the value shows as Null. I tried "is not null" instead of
<> Null, but that always returns an error. What am I not seeing here?
If lrst_NamesAndAddress!Spouse_First_Name <> Null Then
ls_FirstLine = ls_FirstLine & " & " &
lrst_NamesAndAddress!Spouse_First_Name
End If
TIA
LAS
lrst_NamesAndAddress!Spouse_First_Name shows a value when I hover over it in
the debugger. If there is not a name in the column then when I hover over
that variable, the value shows as Null. I tried "is not null" instead of
<> Null, but that always returns an error. What am I not seeing here?
If lrst_NamesAndAddress!Spouse_First_Name <> Null Then
ls_FirstLine = ls_FirstLine & " & " &
lrst_NamesAndAddress!Spouse_First_Name
End If
TIA
LAS