Or if you want to add recordset value to a Textbox, you can use this trick:
This way you won't get an error saying that you cannot assign NULL to the Textbox.Code:Text1.Text = "" & rs("FieldName").Value
|
Results 1 to 4 of 4
Thread: Handling NullsHybrid View
|
Click Here to Expand Forum to Full Width |