J
John
Hi,
I would like to implement a POP Up MsgBox on my form when I select a Command
Button called "Print"
It should show 3 lines of text, 2 Buttons, a title and an Icon
i.e.
----------------------------
On Clicking the print button...
You are about to print this record
Doing so will also lock the record for any further editing.
Are you sure you want to do that?
vbOk vbCancel
Exclamation mark Icon
-----------------------------
vbOk button should print a report called rptSalesReceipt
vbCancel should cancel the msgbox and printing events.
Any help Please
Regards
John
I would like to implement a POP Up MsgBox on my form when I select a Command
Button called "Print"
It should show 3 lines of text, 2 Buttons, a title and an Icon
i.e.
----------------------------
On Clicking the print button...
You are about to print this record
Doing so will also lock the record for any further editing.
Are you sure you want to do that?
vbOk vbCancel
Exclamation mark Icon
-----------------------------
vbOk button should print a report called rptSalesReceipt
vbCancel should cancel the msgbox and printing events.
Any help Please
Regards
John