M
Matt Howard
On my form I have a list box with names of employees.
When you try to enter a name that is not on the list, I
have a message box come up that informs them of this and
the procedure to follow. What I need is to disable the
default not in list message that Access provides. I use
Access 2003, and I have the following code:
DoCmd.SetWarnings False
I was under the impression that this killed the error
messages but it does not.
Any help is appreciated.
Thanks,
Matt Howard
When you try to enter a name that is not on the list, I
have a message box come up that informs them of this and
the procedure to follow. What I need is to disable the
default not in list message that Access provides. I use
Access 2003, and I have the following code:
DoCmd.SetWarnings False
I was under the impression that this killed the error
messages but it does not.
Any help is appreciated.
Thanks,
Matt Howard