Quote Originally Posted by Arnoutdv View Post


This methods ignores the fact it's Null by appending a empty string to results.
And let the VB6 interpreter/compiler deal with it
Code:
   txtWhatever.Text = rsDataSet.Fields(0) & ""
That won't raise an error if .Fields(0) is null?