Personalize error frame

  • Thread starter Thread starter an
  • Start date Start date
A

an

I would like to personalize a error frame.

For example:

Title:
"Microsoft Access"

Message:
"The field ... cannot contain a Null value because the
Required property for this field..."

How is possible we personalize this frame, please?

Thanks in advance.
an
 
In form properties you have the on error. I have done the
following ...
If DataErr = 3022 Then
Response = 0: a = MsgBox("My error Message.", , "Message")
End If

Martin
 
Thanks for you reply.
Code where, please?

OnCurrent and OnClose, nothing ...
Thanks.
an
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top