|
Language: Visual Basic Expertise: Beginner
Dec 4, 2000
Null Handling in VB6
A simple way to get around having to handle Nulls in fields from recordset is to concatenate a zero length string at the end of the field value, as illustrated in the following example:
txtCustomer.text = rst.Fields(
Nazmul Siddiqui
|