I have a report that is run by enter the different clients and the dates. I want to add a macro that will ask me if I want to run the report again. In the Properties of the report form… in the “on Close” of the forms properties I told it I had a Macro (print1).
I then created a second macro… It asks in the Conditional field” Msgbox(“what is the name”). I have two options in it. Rerun Print1 or quit.
It always quits.