B
Brian
I want to pop up a report, then ask the user if he wants to post the proposed
changes reflected in the report. Standard accounting-type stuff.
Problem1: code on the form from which the report is called continues to run
when the report opens
Problem2: can't use acDialog because it does not let user access my custom
menu that has the print icon on it
Problem3: ctrl-P seems a little off-the-wall as the only way to print when
report is open in acDialog
Problem4: sure, I could use acDialog in conjunction with Report_Close to
bring up a true print dialog on close of the report, but that also seems
off-the-wall
Problem5: turning modal off doesn't help, because I pop up a message box
asking the user what to do on the line after the report opens
(Biggest problem: I remember posting more-or-less the same question a couple
of years ago, but I haven't used this since and can't remember what I did.)
changes reflected in the report. Standard accounting-type stuff.
Problem1: code on the form from which the report is called continues to run
when the report opens
Problem2: can't use acDialog because it does not let user access my custom
menu that has the print icon on it
Problem3: ctrl-P seems a little off-the-wall as the only way to print when
report is open in acDialog
Problem4: sure, I could use acDialog in conjunction with Report_Close to
bring up a true print dialog on close of the report, but that also seems
off-the-wall
Problem5: turning modal off doesn't help, because I pop up a message box
asking the user what to do on the line after the report opens
(Biggest problem: I remember posting more-or-less the same question a couple
of years ago, but I haven't used this since and can't remember what I did.)