Confirmation Dialog Box (1 Viewer)

M

MChancellor

Guest
I'm working in MS Access 7.0, and I have a form that has command buttons to print the current record, to print all the records, or to close the form. What I would like to do is to pop up a dialog box when the "print all records" command button is pressed asking the user if they are SURE they want to print all the records. At this point I want them to be able to either say OK or CANCEL. I know there is a way to do this, but I'm not entirely sure what it is.

Thanks for any help...
M. Chancellor
 

Pat Hartman

Super Moderator
Staff member
Local time
Today, 08:08
Joined
Feb 19, 2002
Messages
42,981
Look up the msgbox() function. It should do what you want.
 

Users who are viewing this thread

Top Bottom