Hi All,
This is what I'm trying to accomplish.
I have a form, and a user can print a report by pressing a "print button" from that form.
I would like to give them an option when they press the "print" button by using a MsgBox. Instead of using vbYesNo or VbOkCancel I would like the two buttons appearing in the MsgBox to be "Firstname Lastname" and "Lastname, Firstname" so that my users can just click on their box of choice. Based on their selection the appropriate report will print.
I figured out everything else, except the part where I have to customize the MsgBox buttons.
Is that possible or I will have resort to somethign else?
Thank you all for your help.
This is what I'm trying to accomplish.
I have a form, and a user can print a report by pressing a "print button" from that form.
I would like to give them an option when they press the "print" button by using a MsgBox. Instead of using vbYesNo or VbOkCancel I would like the two buttons appearing in the MsgBox to be "Firstname Lastname" and "Lastname, Firstname" so that my users can just click on their box of choice. Based on their selection the appropriate report will print.
I figured out everything else, except the part where I have to customize the MsgBox buttons.
Is that possible or I will have resort to somethign else?
Thank you all for your help.