Primary key cannot contain a null value.

C

Chris

When copying one field in a database to another field, I
get the error "Primary key cannot contain a null value."
I currently have it set to "Yes, not allow duplicates." I
couldn't find the solution on the MS Knowledge base.
 
M

Michael J. Strickland

In design view, select the field that is designated primary key and click
the Key icon (clear its primary key status).
 
Top