PDA

View Full Version : Is it possible to change microsoft's general message box to your own personal message



wedd
10-28-2010, 10:48 PM
How to change general microsoft office message box on an access database, for example how to change a word message to message represnting in numbers? Or create your own personalised message? Can this be done? If so, what is the solution?



Thanks for your suggestions:friends:

Imdabaum
10-29-2010, 05:58 AM
You can create your own custom MessageBox by designing a form with a label and your button configurations. Then pass the value of the label in the Open Args, if you want to worry about parsing the OpenArgs, then you could even include the title and which buttons are visible. I haven't done it, but it sounds straight forward enough.

OBP
10-31-2010, 08:33 AM
If you are talking about error messages you will of course have to "trap" the error to display your own message instead.

Smitty
11-07-2010, 11:36 AM
Here's a good write up on Access error handling: http://allenbrowne.com/ser-23a.html

HTH,