hi
if row.col1 = nothing then ...
instead of (sql2k) if dtssource("col1") = null then...
TIA
No!
If you type:
If Row.
then an intellisense box will pop up. In there you will see a function called col1_IsNull()
That function returns a boolean indicating whether or not the field is empty.
-Jamie
|||Thanks Jamie.
No comments:
Post a Comment