Full Version: Limit to list
UtterAccess Discussion Forums > Microsoft® Access > Access Forms
michelOphof
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
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
hahahaa....

Thanks Malcolm....a more simple solution i never heard.

Michel
malcolmd83
Glad I was able to give you an answer...and a chuckle wink.gif


uarulez2.gif...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.