<< Can Pause or Dialog boxes have three buttons? Or should I build a quick mini-form w/ 3 buttons? >>
I would probably build my own form so it would look "just so", but there is another option. The two button dialogs actually return three possible values YES, NO, and [ESC]. If you phrase your question "Do you want to update the data? (ESC to cancel)" then you can get all three possibilities back from the user. -- Larry

