New guy but immediatly my first question. I use Access 2007.
So I have a few reports (let's call them X, Y and Z). I want, after a user clicks a button, X, Y and Z open after eachother. So the first report to see is X. When they click the buttons on the bottom of the page ( the > button ) they go to report Y, and after that, you guessed it, report Z.
Just doing DoCmd.OpenReport "ReportName", acViewPreview three times in a row does not work, it only shows report Z then.
Adding Y and Z as subReport of X also doesn't work because the lay-out of the document would be completly messed up.
Help is really appreciated, making a fool of myself at the office now haha... Thanks!
So I have a few reports (let's call them X, Y and Z). I want, after a user clicks a button, X, Y and Z open after eachother. So the first report to see is X. When they click the buttons on the bottom of the page ( the > button ) they go to report Y, and after that, you guessed it, report Z.
Just doing DoCmd.OpenReport "ReportName", acViewPreview three times in a row does not work, it only shows report Z then.
Adding Y and Z as subReport of X also doesn't work because the lay-out of the document would be completly messed up.
Help is really appreciated, making a fool of myself at the office now haha... Thanks!