MsgBox Yes/No/Cancel change to Save/Delete/Amend

  • Thread starter Thread starter Glynn
  • Start date Start date
G

Glynn

Can I replace the options Yes/No/Cancel or similar, with Save/Delete/Amend.

My Users need to respond to an Action MsgBox indicating whether they want to
Save the Record, Delete it, or to Amend it.

Is there any way to change the standard option texts ?
 
Create your own form that looks just like a message box, and use it instead.

While it is possible to change the built-in message box (see my May, 2005
"Access Answers" column in Pinnacle Publication's "Smart Access", which you
can get for free at http://www.accessmvp.com/DJSteele/SmartAccess.html ), I
don't consider it a good idea to futz around with the OS like that in a
production application.
 
Back
Top