Not In List Question

mlopes1

Registered User.
Local time
Today, 09:56
Joined
Sep 4, 2002
Messages
76
Very simple question here! I have added some code under the NotInList event of a combo box. It works fine and the message appears as needed, but after clicking 'OK' to my custom message box, I still receive the default Not in list message box from Access. How do I stop it from popping up and have only my custom message appear?

Thanks as always,

Marco

WinXP/AccXP
 
I am having the same problem.

I have tried adding "DoCmd.SetWarnings False" in every location I can think of and I still get the Access warning.

Has anyone had any success in working around this?
 
Hi,

I think what you need is Response = acDataErrContinue to suppress the error message.

Hope this helps,

John
 
Yipee!!!!

Thanks John for your help. That is exactly what I needed!!!
 

Users who are viewing this thread

Back
Top Bottom