This code: Message.Title = "Delete an appointment" If Message.Warning("Delete", "Yes", "No") = 2 Then Return gives a gui-oddity - in that if the length of the text in the dialog < length of the message.title then the message.title is truncated. Regards Richard