Hi,
I have a report which needs to be output. What I want to do is output the report for each discipline, however, for the page numbering/headings etc to work I need to output a report for each discipline seperately.
eg:
DoCmd.OpenReport "RepStatus", acViewPreview, , "[Discipline] = '" & Me.ComboDiscipline & "'"
Is there a way to do this for every record in a table (i.e. a table with a list of all the disciplines)? Ive never got a loop to work correctly, so any help would be much appreciated
Also, in an ideal world, i would want all these sepereate reports to concatenate into either 1 report or a PDF file. Is that possible?
Thank you!!!
I have a report which needs to be output. What I want to do is output the report for each discipline, however, for the page numbering/headings etc to work I need to output a report for each discipline seperately.
eg:
DoCmd.OpenReport "RepStatus", acViewPreview, , "[Discipline] = '" & Me.ComboDiscipline & "'"
Is there a way to do this for every record in a table (i.e. a table with a list of all the disciplines)? Ive never got a loop to work correctly, so any help would be much appreciated
Also, in an ideal world, i would want all these sepereate reports to concatenate into either 1 report or a PDF file. Is that possible?
Thank you!!!