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" .
Maury Markowitz - 20 Jul 2007 21:56 GMT
> 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
Larry Daugherty - 21 Jul 2007 01:48 GMT
Look in Help for msgbox
HTH

Signature
-Larry-
--
> 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" .