I have produced an MS Access 2007 "report" based on an SQL-Server Express "view" of supplier orders and related tables.
My view pretty much pulls out every order, and by using a "where" argument with the "DoCmd.OpenReport" function, I can print the report for a single order. I would like to re-display my column headings (not my full order headings) when my "Detail" section spills over onto a new page, but am struggling to do this. I have tried adding additional "Groupings" to my report using a specially introduced field whose value remains constant down all the detial items (and is not "visible" in the report) and placing my column headings into that group's "header section" and asking to "keep header and first record together on one page", but to no avail.
Is there something pretty obvious that I'm missing, or some neat "trick" that can be described to me?
Thanks in anticipation.
Start Free Trial