Hello,
I am using Access2000 with VB6. I am attempting to assign a text value from the database to a text box eg Text1 = rs!Comments. I get an error message saying that I cannot assign a null value when there is no data. The database has the data type as text, it does not require a value and allows zero length.
I read a previous article in this forum concerning a similar problem although it was quite specific to date/time and number data types.
Can somebody please let me know what I need to do to allow the text boxes to accept null (text) values. I am really hoping to avoid having to undertake similar actions to the solutions described for the date/time problem above.
Thank You
I am using Access2000 with VB6. I am attempting to assign a text value from the database to a text box eg Text1 = rs!Comments. I get an error message saying that I cannot assign a null value when there is no data. The database has the data type as text, it does not require a value and allows zero length.
I read a previous article in this forum concerning a similar problem although it was quite specific to date/time and number data types.
Can somebody please let me know what I need to do to allow the text boxes to accept null (text) values. I am really hoping to avoid having to undertake similar actions to the solutions described for the date/time problem above.
Thank You