I have a form created to allow editing of a record in a table of people. The db is in SQL Server. Most of the columns are Not Nullable, e.g., Last Name, First Name.
This form (mostly) works when editing a record, that is, if I change a value such as name and save it. I am adding event code to...