I think you need to create your own using a form. Although I do remember someone posting code to change the captions of the buttons. Either Marty or Aaron Young. The code was long though. It might be worth just making your own.
Last edited by TomGibbons; Feb 9th, 2004 at 05:07 AM.
But then yes, have 3 command buttons which each do a particular job. Set the form Modal, and the owner as the form which called it. And it should act just like a message box. If you need an example, just let me know.
Last edited by TomGibbons; Feb 9th, 2004 at 05:06 AM.
but when i press one of my buttons i cant get it to do the function needed,
see what i need to do is on form 2 i got some text boxs
and form3 (called frmbuttons) will load up on a push of a command button (cmdopen) and on that it will have the buttosn NUS, DELIEVERY and Extra nights
when NUS is clicked in the text box on form2 (txtnus) it will come up with checked. when delievery is checked it says checked and so on :/
so the button form will do the functions on form 2
I always use my custom message box, only downside is you would need say 5 yes/no buttons (for example), and make which ever visible or not, depending on the current task.