> is there any way i can change/modify the error message "the text you entered
> isn't an item in the list" since i enabled the property Limit to Yes?
Just your own message?
Code the Combo Box NotInList event:
MsgBox "this is my new message."
Response = acDataErrContinue
Normally the user would be given the option to add the item to the
list, but you didn't ask for that.

Signature
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
ai_enjoi - 15 May 2007 06:41 GMT
thank you...that's what i needed
>> is there any way i can change/modify the error message "the text you entered
>> isn't an item in the list" since i enabled the property Limit to Yes?
[quoted text clipped - 7 lines]
>Normally the user would be given the option to add the item to the
>list, but you didn't ask for that.

Signature
ai®