Good afternoon.
I am new to this so I ask you to be a little patient with me and excuse my ignorance.
I just finish building a rather simple database (3 basic tables and 1 basic form).
In the form, whenever I try to save an entry I get an error message stating that there is an “error inserting the new record.” I will include an screen image of it at the end of this.
I revised all the properties in both tables and the form and don’t seem to be able to figure out what is causing it.
Any help with this would be greatly appreciated.
Note: unable to include photo even via a link.
The message says:
“error inserting the new record”
and below it "attempt to insert null into a non-nullable column: column: RecipeID table: tblRecipe in statement [INSERT INTO “tblRecipe” ( “ethnicity”, “file”, “recipename”, “type”) VALUES (?,?,?,?)]