how to get null field value from access in vb6
in my 2 record field the value is empty but i'm not able to get that empty field in vb6
...
....
set rs = new adodb.recordset
rs.open ("select * from table1 where id = '2'")
text1.text = rs!name
please help me out