how to change Access default error messages with custom messages?
Like, if I enter some data in a sub form where the parent form is empty new record, default error message says that 'You must enter a value in the 'column name' field'.
I want to disable this default message and display my own error message.
Now I know MessageBox and MsgBox fuctions to display custom messages, but how to disable the default message please.
Like, if I enter some data in a sub form where the parent form is empty new record, default error message says that 'You must enter a value in the 'column name' field'.
I want to disable this default message and display my own error message.
Now I know MessageBox and MsgBox fuctions to display custom messages, but how to disable the default message please.