does anyone know how can i allow null columns? i keep on getting this error:
NoNullAllowedException with database in visual basic
Column 'PRODUCT' does not allow nulls.
i have 3 forms. i do not get this error if i start to that certain form where it gets the value for the database, but if i start from my main form and do some form1.hide() and form2.show(), etc.., i get this error. any ideas? thanks.
btw i am using ms access as my database