Hi everyone,
I'm trying to use the DoCmd to pop the printer dialog box which I have successfully done. I want to be able to tell what the results of the Dialog Box was. I've tried using something like:
ResultCode = DoCmd.RunCommand(acCmdPrint) but it isn't working.
Is there any other way to pop the dialog box and get a result code or another way to use the DoCmd as seen above and get a result code?
In the most simplistic use I'd like to know which buton was pushed.
Lamar
I'm trying to use the DoCmd to pop the printer dialog box which I have successfully done. I want to be able to tell what the results of the Dialog Box was. I've tried using something like:
ResultCode = DoCmd.RunCommand(acCmdPrint) but it isn't working.
Is there any other way to pop the dialog box and get a result code or another way to use the DoCmd as seen above and get a result code?
In the most simplistic use I'd like to know which buton was pushed.
Lamar