Change values of MsgBox vbYesNo?

D

DubboPete

hello all,

Is it possible to trick the MsgBox prompts for a vbYesNo question to
something else rather than 'Yes' or 'No'? In other words, the
options remain the same, but the MsgBox prompts are turned into
phrases like 'Wicked!' for Yes and 'Get Over It' for No...

Shot in the dark question which probably deserves the "stick with the
basics" answer, but wouldn't it be good to play around eh?

DubboPete
 
J

Jeff Boyce

Why limit yourself to a MsgBox? If you need a customized Dialog form to pop
up, you'll need to build it yourself. I'm not aware of customization
settings for the Yes/No choices in the MsgBox command (but never
underestimate the creativity of the folks who post here!)

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 
D

Douglas J. Steele

See my May, 2005 "Access Answers" column in Pinnacle Publication's "Smart
Access". You can download the column (and sample database) for free at
http://www.accessmvp.com/DJSteele/SmartAccess.html

That having been said, though, I'd never actually use that approach in a
production application, preferring to use a customize form, as you're
suggesting.
 
Top