Hi Guys,
This looks a little dangerous to me, is this an issue?
Charlie
Public Sub Form_Open()
''Run this and close the Message by clicking the "X", NOT Yes or No.
If Message.Question("Delete hard drive?", "No", "Yes") = 2 Then Print
"Deleting hard drive"
End