Is there a way to create your own error message?

G

Guest

What I want to do is set up action buttons using my own warning message. EX .
Please verify that you have moved file before deleting" instead of "
relationships that specify cascading deletes are about to cause 1 record(s)
in this table and in related tables to be deleted" .
 
G

Guest

Robert said:
What I want to do is set up action buttons using my own warning message. EX .
Please verify that you have moved file before deleting" instead of "
relationships that specify cascading deletes are about to cause 1 record(s)
in this table and in related tables to be deleted" .

Well if these are going to be flowing through a button, is there any reason
not to use "MsgBox"?

IIRC the values in the err object, which holds data about the "current
error", are read-only. You can clear the error, but I don't believe you can
poke data into it or anything like that.

Maury
 

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

Top