MsgBox Custom Choices
With MsgBox, we can process vbYes, vbNo and other built-in choices ... it would be nice to be able to have 3 custom choices ... ie: vbCustom1 and vbCustom1Caption, vbCustom2 and vbCustom2Caption, vbCustom3 and vbCustom3Caption,

3 comments
-
Anonymous commented
The built-in options are sufficient for me. I can make any possible combination from the built-in choices. e.g. vbYesNo+vbExclamation. When I need more, I build custom forms.
-
Crystal commented
Anders, I agree that other issues are higher priority ... but if the Access Team were expanded, perhaps we could get everything we ask for :)
-
Anders Ebro (TheSmileyCoder) commented
While I would certainly like to have a more rich text box, there is all ready some nice tools you can use such as the rich featured msgbox by Renaud Bompuis:
http://blog.nkadesign.com/2008/ms-access-enhanced-message-box-replacement/So while its "nice to have", I figure there are other higher priority issues.