Hi All,
When I use 'Not In List' with my combo box, I keep getting an informational msg telling me that "The text you entered isn't an item in the list. OK". I've tried to turn off system messages using:
DoCmd.SetWarnings False ..in several places such as after update of the combobox, in Not In List, before and after lines of code that, for now, give me a MsgBox telling me my process worked.
Is there a different way to turn off the informational message?
chuck
When I use 'Not In List' with my combo box, I keep getting an informational msg telling me that "The text you entered isn't an item in the list. OK". I've tried to turn off system messages using:
DoCmd.SetWarnings False ..in several places such as after update of the combobox, in Not In List, before and after lines of code that, for now, give me a MsgBox telling me my process worked.
Is there a different way to turn off the informational message?
chuck