B
BruceM
I have a database that lists documents. Each document is associated with a
customer. The originals of the documents, with actual ink signatures, need
to be stored in binders. That's not my preference, but it's the way it is,
and it won't change.
The binders will be titled something such as A-C, D-E, F-J, etc. where the
letters represent the first letters of company names.
I'm trying to figure out how to force page breaks, so that the index for A-C
is on however many pages it takes, then D is at the start of a new page.
The reason for this is that each binder needs to include the index for the
documents it contains.
I have thought about doing something such as adding a field to the Customer
table, adding a value to that field for the customer that is supposed to be
at the start of a new page, then grouping on that field (ignoring nulls)
with a forced new page before the section. I can't group on each letter,
because some letters represent a single company for whom there is a single
document.
I could describe more of my thinking on this, but I keep running into
obstacles, so instead I will put this out there in the hope somebody has an
idea.
customer. The originals of the documents, with actual ink signatures, need
to be stored in binders. That's not my preference, but it's the way it is,
and it won't change.
The binders will be titled something such as A-C, D-E, F-J, etc. where the
letters represent the first letters of company names.
I'm trying to figure out how to force page breaks, so that the index for A-C
is on however many pages it takes, then D is at the start of a new page.
The reason for this is that each binder needs to include the index for the
documents it contains.
I have thought about doing something such as adding a field to the Customer
table, adding a value to that field for the customer that is supposed to be
at the start of a new page, then grouping on that field (ignoring nulls)
with a forced new page before the section. I can't group on each letter,
because some letters represent a single company for whom there is a single
document.
I could describe more of my thinking on this, but I keep running into
obstacles, so instead I will put this out there in the hope somebody has an
idea.