B
Brian
Hello,
I have a typical Msgbox statement:
intAnswer = MsgBox("Procede with Archiving?", vbYesNo +
vbQuestion, "Archivable Records Found")
What i am wondering is if there is a way to make the
buttons on the Msgbox say custom things, other than Yes
or No or Cancel and stuff like that.
I want one to say "ID" and the other to say "Account
Name".
Is this possible? Thanks for any help.
Brian
I have a typical Msgbox statement:
intAnswer = MsgBox("Procede with Archiving?", vbYesNo +
vbQuestion, "Archivable Records Found")
What i am wondering is if there is a way to make the
buttons on the Msgbox say custom things, other than Yes
or No or Cancel and stuff like that.
I want one to say "ID" and the other to say "Account
Name".
Is this possible? Thanks for any help.
Brian