Hi,
I'm certain that this is a simple one, but I can't crack it
I have a combo box, and in the not on a list event I'm using:
DoCmd.SetWarnings False
MsgBox ("This value doesn't exist. Do you want to add it?"), vbOKCancel, "Warning!"
and somehow I'm still getting the warning: the entered text has to match the one on the list
Any help would be great.
Cheers
Mark
I'm certain that this is a simple one, but I can't crack it
I have a combo box, and in the not on a list event I'm using:
DoCmd.SetWarnings False
MsgBox ("This value doesn't exist. Do you want to add it?"), vbOKCancel, "Warning!"
and somehow I'm still getting the warning: the entered text has to match the one on the list
Any help would be great.
Cheers
Mark