Access Not allowing INSERT or UPDATE of null values in SQL-Server column (Access Run-time Error 3162)
问题 Hello the wide world of stackoverflow, ISSUE: I am currently working on developing a sql-server database that uses access forms to get and insert data. Prior to yesterday everything was working fine. The issue now is that I am getting the following error when trying to run my insert query. Access Runtime Error '3162': You tried to assign the Null value to a variable that is not a Variant data type. ISSUE DETAILS: This seems to be a result of Access not letting me INSERT or UPDATE null values