so I have a form that has a combo box that a user selects from. If the value
they are trying to enter is not on the list them I have a Yes / No msg box open asking them if they want to add this value to the list. That part works but I'm getting an Access error saying value not on list please select a value for the list. how do I turn this error off I tried DoCmd. setwarnings False but that does not do it.
any help
jon
they are trying to enter is not on the list them I have a Yes / No msg box open asking them if they want to add this value to the list. That part works but I'm getting an Access error saying value not on list please select a value for the list. how do I turn this error off I tried DoCmd. setwarnings False but that does not do it.
any help
jon