I have the button working using the following coding. the issue i have is that either when i cancel the wizard or finish the wizard i get the same runtime error 2501. i would like to get rid of this error since the member accessing this button need to have no access to the actual coding and the only way out now is to debug the situation.
Also would there be a way to delete the all reports on close of the whole program? just for future reference.
Code:
DoCmd.RunCommand (acCmdNewObjectReport)
Also would there be a way to delete the all reports on close of the whole program? just for future reference.