I'm Making a program that uses SQL server, i don't have problem to connect, but sometimes i receive a error menssage doing this..
rs.open "SELECT * FROM table"
while XXXXXXXXX
text1.text=rs!field1
text2.text=rs!field2
end XXXXXXX
When the field 2 or 1 is NULL or don't have value in the SQL DataBAse
VB tell me that i'm doing a ilegal use of NULL value... What i can do-....please helpe