From: John W. Vinson on
On Mon, 11 Jan 2010 14:55:50 -0500, "Arvin Meyer [MVP]" <arvinm(a)mvps.invalid>
wrote:

>If MsgBox ("Are you really, really, REALLY sure?", vbYesNo) = vbYes Then
> MsgBox "Say 'Please Delete' 4 times and click your heels twice",
>vbOKOnly
>End If

<chuckle>

I've actually used:

Dim strMsg As String
strMsg = "Clicking OK will permanently delete all the information about this
animal, and all the accounting information about it. This information CANNOT
BE RECOVERED. Are you absolutely certain that you want to do this?"

When the client saw the message she changed her mind about having the delete
button on the form...
--

John W. Vinson [MVP]