A
Allison
Access 2003 SP3
Win XP SP2
I inherited a badly-designed database, from which I need to create a new
report.
What's the best way to handle this?
All in one table are the fields: CustomerNum (number, long integer, primary
key, not autonumber), and then "FirstName", "LastName", "GetsDiscount", and
"PreferredCust" (all four of those are text - not yes/no). All four of the
last ones have multiples (meaning, "FirstName1", "FirstName2", "FirstName3"
up to 20) for each employee of the customer.
I need to set up a report as a form letter to verify that all of this data
is still correct. The difficulty comes in suppressing the empty fields when
one customer only has, say 10, employees rather than all 20 fields filled.
By that I mean, I want to shrink the detail section of the report to match
the room taken up by only the text boxes that have real data in them.
The closing info is in the report footer.
What's the best way to tackle this? A pre-query? Coding?
Win XP SP2
I inherited a badly-designed database, from which I need to create a new
report.
What's the best way to handle this?
All in one table are the fields: CustomerNum (number, long integer, primary
key, not autonumber), and then "FirstName", "LastName", "GetsDiscount", and
"PreferredCust" (all four of those are text - not yes/no). All four of the
last ones have multiples (meaning, "FirstName1", "FirstName2", "FirstName3"
up to 20) for each employee of the customer.
I need to set up a report as a form letter to verify that all of this data
is still correct. The difficulty comes in suppressing the empty fields when
one customer only has, say 10, employees rather than all 20 fields filled.
By that I mean, I want to shrink the detail section of the report to match
the room taken up by only the text boxes that have real data in them.
The closing info is in the report footer.
What's the best way to tackle this? A pre-query? Coding?