November 3, 200520 yr I imagine there's a way to build a printable layout that has one set of data in the first page header and footer, but different data on subsequent pages. I have a sign-in sheet that is constructed weekly for multiple locations at a time. The basic data works out well, but I cannot figure out how to get overall stuff (Date, location, total number of names) to display on the first sheet, and column headings ("Name", "Expiration", "Signature") to display on all pages (both the first and subsequent pages) I was thinking about trying to create a set of fields that use some sort of calculation like: if[get(PageNumber) < 2; MyField;""] (I am using <2 because the page number will be 0 if the user is not in Preview mode, and I'll want the browse view to have a complete header) Has anyone tried this, and will it work? Cheers, David
November 3, 200520 yr Use Title Header and Title Footer for the first page. Header and Footer for the rest of the report.
Create an account or sign in to comment