B
Bonnie
Using A02. I should be able to do this and can't figure
out what I'm doing wrong.
I have a query that pulls all records that meet my
criteria. One field [LongPolNum] has 13 digits, 1st 4 are
the Policy Number and next 9 are SSN. My second query
pulls only the [LongNum] field as a 'unique value' to
exclude duplicates, and parses out [PolNum]with Left,4.
From this point, my whole purpose is to count how many of
each PolNum and list only those that total 50 or more.
I created a Report that groups on the PolNum level and
detail is NotVisible. I have a calculated field in a text
box in PolNum Header: =IIf(Count([PolNum])<50,"",Count
([PolNum])). I have CanGrow/Shrink both set to Yes.
However, my report has blank lines and so, lots of space
between one listed item and the next.
I'm sure that it is something that I am doing wrong. I
have tried making the field razor thin and sizing the
header REALLY small but there is still lots of open space.
Should I be doing more in the query before I get to the
report part? I've gotten confused about which way to go
next. I have the data my boss wants but it prings ugly
and takes 20+ pages and should be only 3-4 pages long.
Any direction or advice would be GREATLY appreciated and
put to good use. Thanks in advance!
out what I'm doing wrong.
I have a query that pulls all records that meet my
criteria. One field [LongPolNum] has 13 digits, 1st 4 are
the Policy Number and next 9 are SSN. My second query
pulls only the [LongNum] field as a 'unique value' to
exclude duplicates, and parses out [PolNum]with Left,4.
From this point, my whole purpose is to count how many of
each PolNum and list only those that total 50 or more.
I created a Report that groups on the PolNum level and
detail is NotVisible. I have a calculated field in a text
box in PolNum Header: =IIf(Count([PolNum])<50,"",Count
([PolNum])). I have CanGrow/Shrink both set to Yes.
However, my report has blank lines and so, lots of space
between one listed item and the next.
I'm sure that it is something that I am doing wrong. I
have tried making the field razor thin and sizing the
header REALLY small but there is still lots of open space.
Should I be doing more in the query before I get to the
report part? I've gotten confused about which way to go
next. I have the data my boss wants but it prings ugly
and takes 20+ pages and should be only 3-4 pages long.
Any direction or advice would be GREATLY appreciated and
put to good use. Thanks in advance!