T-Square Posted November 3, 2005 Posted November 3, 2005 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
RalphL Posted November 3, 2005 Posted November 3, 2005 Use Title Header and Title Footer for the first page. Header and Footer for the rest of the report.
Recommended Posts
This topic is 6962 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now