![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
sql and then assign them to a string before printing them, so % set rs=Connection.excute("select field1, memofield from table") str= rs(1) if str & "" <> "" then ' empty else ' not empty - write it out end if % Jon |
|
You're only missing the fact that memo fields can only be retrieved once on a page. StrDuty = Recordset1.Fields.Item("duty2" .Value IfStrDuty <> "" Then Response.Write("2. " & StrDuty & "<br>" Else Response.Write("2. Empty" End If |
![]() |
| Thread Tools | |
| Display Modes | |
| |