G
Guest
I am working on a form with subforms. The table the main form is based on
requires a primary key for a record to be created.
I am getting what seems to be an intrinsic error "Index or primary key can't
contain null value" with the yellow exclaimation point. There is not an
error number listed but if I follow the help command in the dialog box it
indicates the error is MS Jet error 3058.
I have error trapping written in the before_update event for the main form
for error 3058. But I am not trapping the error.
I cannot determine what event is producing the error. I really need to
trap the error and code to cure the problem.
Any assistance in telling me where the error is originating would be greatly
appreciated.
As noted in the subject line the form is in an Access97 mdb file.
Tony
requires a primary key for a record to be created.
I am getting what seems to be an intrinsic error "Index or primary key can't
contain null value" with the yellow exclaimation point. There is not an
error number listed but if I follow the help command in the dialog box it
indicates the error is MS Jet error 3058.
I have error trapping written in the before_update event for the main form
for error 3058. But I am not trapping the error.
I cannot determine what event is producing the error. I really need to
trap the error and code to cure the problem.
Any assistance in telling me where the error is originating would be greatly
appreciated.
As noted in the subject line the form is in an Access97 mdb file.
Tony