I've written an procedure to run on the NotInList event of a combo box which starts by displaying a custom message box asking the user whether he wants to add to the list, etc. But I don't seem to be able to suppress the default NotInList message box. It pops up behind my custom one. I tried using "DoCmd.SetWarning False" on the control's GotFocus event and then also on the NotInList event. Neither worked, and actually from the inadequate documentation, it seems that if it had, it might suppress my custom message box as well.
I suspect I'm missing something real simple. So, how do you do it?
Thanks.
I suspect I'm missing something real simple. So, how do you do it?
Thanks.