Oct 9, 2002 #1 upplepop IS-IT--Management Joined Jun 1, 2002 Messages 173 Location US Is there any way I can make multiple reports (each based on different query) come out on the same page? maybe by exporting to word?
Is there any way I can make multiple reports (each based on different query) come out on the same page? maybe by exporting to word?
Oct 9, 2002 #2 danvlas Programmer Joined Jul 30, 2002 Messages 2,446 Location RO Include all of them as subreports of a blank main report. Good luck Daniel Vlas Systems Consultant danvlas@yahoo.com Upvote 0 Downvote
Include all of them as subreports of a blank main report. Good luck Daniel Vlas Systems Consultant danvlas@yahoo.com
Oct 13, 2002 #3 speedymercial Programmer Joined Oct 13, 2002 Messages 3 Location DE Hey Guys: But how to place multiple reports into one basic report using VBA? I have: 1 Report created: set pr=createreport Defined several controls all by VBA-code Now I would like to place subreports into this report within the same procedures. Any ideas? Regards Upvote 0 Downvote
Hey Guys: But how to place multiple reports into one basic report using VBA? I have: 1 Report created: set pr=createreport Defined several controls all by VBA-code Now I would like to place subreports into this report within the same procedures. Any ideas? Regards