G
Guest
Hi,
Using other posts as guides, I've created my NotInList routine. I prompt my
user with a form and on detecting that they've added the record I set
Response=acDataErrAdded.
However, I'm still getting the "the text you entered isn't an item in the
list" error.
When I clear the error, I scroll through the list and see my addition. I
thought the problem might possibly be related the fact that the user's entry
(in my case, a [User] field with a value of 'SmithJ' ) isn't the key to the
underlying record or the [User] table; rather, the key is a number. So I
tried to set NewData to my newly created key, but to no avail.
Any ideas?
Using other posts as guides, I've created my NotInList routine. I prompt my
user with a form and on detecting that they've added the record I set
Response=acDataErrAdded.
However, I'm still getting the "the text you entered isn't an item in the
list" error.
When I clear the error, I scroll through the list and see my addition. I
thought the problem might possibly be related the fact that the user's entry
(in my case, a [User] field with a value of 'SmithJ' ) isn't the key to the
underlying record or the [User] table; rather, the key is a number. So I
tried to set NewData to my newly created key, but to no avail.
Any ideas?