RandyMyers
IS-IT--Management
Does anyone know how to turn off the message about an item not being on the list in a combo box. The SetWarnings = No macro function does not work on this message.
What I am trying to do it this:
I have a ComboBox and I have Limit To List turned on so that the Event OnNotInList works. What I am doing is if the entered Vendor is not in the list I open an entry form for the new Vendor to be added. This all works correct except I still get the message
"The text you entered isn't an item in the list.
Select an item from the list, or enter text that matches one of the listed items."
The end user can simply click ok and enter a new record, no problem, however I would prefer to not have this message appear at all (I have my own message box come up informing them that they will need to add a Vendor to the list and then I open the entry form on a new record for them to add the Vendor).
SetWarnings = No does not prevent this particular message.
Anyone have any ideas of how to surpress this warning?
Thank you as always!
What I am trying to do it this:
I have a ComboBox and I have Limit To List turned on so that the Event OnNotInList works. What I am doing is if the entered Vendor is not in the list I open an entry form for the new Vendor to be added. This all works correct except I still get the message
"The text you entered isn't an item in the list.
Select an item from the list, or enter text that matches one of the listed items."
The end user can simply click ok and enter a new record, no problem, however I would prefer to not have this message appear at all (I have my own message box come up informing them that they will need to add a Vendor to the list and then I open the entry form on a new record for them to add the Vendor).
SetWarnings = No does not prevent this particular message.
Anyone have any ideas of how to surpress this warning?
Thank you as always!