Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Turning off "Not in List" message box

Status
Not open for further replies.

evansc

Technical User
Joined
Jul 19, 2004
Messages
42
Location
US
Is it possible to prevent the message box that says "Your item is not on the list. . . ?" As explanation, I have code running on the not in list eventin a combo box, which requires that in the table the properties be set to only accept items in the list. Part of the code is a message box giving instructions, so now I have two boxes--mine and the system's. I have tried including a line of code to turn the system warnings off, but it still shows up. I'm wondering if I'm trying to do the impossible.
 
You'll need the following line:

[tt]response = acdataerrcontinue[/tt]

within then not in list event procedure

Roy-Vidar
 
thank you! It worked!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top