Full Version:
Limit to list
UtterAccess Discussion Forums
>
Microsoft® Access
>
Access Forms
michelOphof
Feb 4 2005, 08:40 AM
Somebody knows the code to replace the standard message from access for "limit to list"
or the error number.
for required value is " Const conValueRequired = 3314"
thanks,
Michel
malcolmd83
Feb 4 2005, 08:49 AM
Behind the control's "On Not in List" event, place the following code:
CODE
Response = 0
MsgBox ("Your custom error message here")
Hope this helps...
michelOphof
Feb 4 2005, 08:54 AM
hahahaa....
Thanks Malcolm....a more simple solution i never heard.
Michel
malcolmd83
Feb 4 2005, 08:59 AM
Glad I was able to give you an answer...and a chuckle
...but you already knew that!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.