delete confirmation text

Joined
Feb 16, 2008
Messages
1
Reaction score
0
hi,

in a form i created a button that is deleting a record when pressed
when i press it, a confirmation box appear
"1 record was selected.. if you delete it .. Do you want to.."
and when i click "no" there was this stupid error.. so i deleted the line:
MsgBox Err.Description
in vb and it is no longer.. but i was wondering if its possible to change the above message to something else like "do you really want to delete this cat?" :)

Thanks!
 
Back
Top