msgbox

sjdth

New member
Local time
Today, 11:17
Joined
Apr 17, 2002
Messages
5
If I've wrong entered some words into a text box in a form which that text box's data type was set to number, there will be a defalt msgbox pop up indicated that "the value you enter isn't valid for this field......."

How can I get rid of this msgbox and replace my own msgbox

Thanks alot!!

sjdth
 
One way is to trap the error number you're getting (Err.number) and test for it to print your own message.
 
llkhoutx

Can't do, the ms access msgbox does not have that err.number or 'Help' button

sjdth
 
validation rule/text

One way I know can be done is through table deisgn with the validation rule and validation text values.
 

Users who are viewing this thread

Back
Top Bottom