I have a perfectly compliled report consisting of two subreports (thanks to the Stack). I use this line of code to open it:
DoCmd.OpenReport "rptGRANT_REPORT", acViewPreview
…looks like this:
But when I try to preview or print report it looks like this: (no subreports):
Any suggestions?