Not in List

M

Mark

Hi

I have just put the following code behind the not in list.

Response = acDataErrContinue
If MsgBox("Would you like to add '" & NewData & "' to
the master list of
Terms.", vbQuestion + vbYesNo) = vbYes Then
DoCmd.OpenForm "Terms", , , , , acDialog
Response = acDataErrAdded
End If
End Sub

This works - However I am getting the following msgbox
coming up that I don't want to see. How can I get rid of
this !


The text you entered is an item in the list.

Select an item from the list, or enter text that matches
one of the selected list


Thanks again for your help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top