Hi all. Pls I need your help in this:
I use the following code to copy and paste an existing report with a new name.
DoCmd.CopyObject , "rpt2216", acReport, "rptMainReport"
But since I have to copy my mainreport to many many others I need to create a pop up message asking me something like this "Please provide a name for ur report" and name my report by the value I give. Can you please advice me on how I can do this?
Your replies would really appreciated. Thank you