I have a report which I use as a template to produce reports based on fields selected from a form. I want to disable the save question everytime I close the report so that it will not change otherwise I get errors from the code that generates the report.
I used the setWarning method in the On Close event but it is not doing the job since it saves the report without asking.
Can anyone tell me how to do that?
I used the setWarning method in the On Close event but it is not doing the job since it saves the report without asking.
Can anyone tell me how to do that?