Using 2003. I've got a simple 1:M relationship for employees and
classifications . A classification can be assigned to many employees/an
employee can only have one classification. I created a form for adding
employees/classifications . The classification can be left blank if not
known. I created a 2nd form for modifying employees/classification.
If the classification is left blank, or it's blank out, the 3201
referential integrity error occurs. I understand that there is not a
blank record in the classifications table so that's why the error. But
is there a way to leave the classification blank or blank it out? Do I
have to put a record in the classifications lookup table, like (no
classification) ? Thanks for any help or advice.
classifications . A classification can be assigned to many employees/an
employee can only have one classification. I created a form for adding
employees/classifications . The classification can be left blank if not
known. I created a 2nd form for modifying employees/classification.
If the classification is left blank, or it's blank out, the 3201
referential integrity error occurs. I understand that there is not a
blank record in the classifications table so that's why the error. But
is there a way to leave the classification blank or blank it out? Do I
have to put a record in the classifications lookup table, like (no
classification) ? Thanks for any help or advice.
Comment