K
Kim M.
I keep getting this message whenever I try to enter a new record via a form.
I click OK on the error message box, and then can continue without problems.
But I'd still like to get rid of the message box.
What I THINK is happening is this: The primary key is an autonumber (and
does not appear on the form). I tried making it visible on the form to
experiment and this is what happens: It registers as "(new)", which I guess
is a null value, until I click the OK on the error message box, at which
point it converts to an autonumber. So I guess my question is how do I
trigger the assignment of the autonumber WITHOUT having to go through that
pesky error message first?
(The program didn't always do this, but I am unable to pinpoint when it
started or what I did to bring it on.)
As always, thanks for your input!
Kim M.
I click OK on the error message box, and then can continue without problems.
But I'd still like to get rid of the message box.
What I THINK is happening is this: The primary key is an autonumber (and
does not appear on the form). I tried making it visible on the form to
experiment and this is what happens: It registers as "(new)", which I guess
is a null value, until I click the OK on the error message box, at which
point it converts to an autonumber. So I guess my question is how do I
trigger the assignment of the autonumber WITHOUT having to go through that
pesky error message first?
(The program didn't always do this, but I am unable to pinpoint when it
started or what I did to bring it on.)
As always, thanks for your input!
Kim M.