Confirmation Dialog Box

  • Thread starter Thread starter MChancellor
  • Start date Start date
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
 
Look up the msgbox() function. It should do what you want.
 

Users who are viewing this thread

Back
Top Bottom