Need help with blank spaces in report

G

gcapp

Can someone out there help me? I am fairly good with MS Access 2000
but I am simply stuck on this issue.

I have a report that is producing blank lines between records.

The report is a ranking of students by a control that is an expressio
from a query. The report simply has StudentsID, LastName, FirstNam
and Expr1, which is an expression from a query. The report generate
duplicates, so on all controls I have Hide Duplicates set to Yes,
also have all controls set to Yes on CanShrink and CanGrow. Stil
there are spaces as if the duplicate records should appear but the
dont.

It looks something like this:

2345 Smith Pat 5.67
4532 Jones Tim 4.78




5476 Hill, John 3.78

There are big white space gaps between records.

This may be a basic thing, but I've tried an tried and cannot get th
space to disappear.

Any help in this area would be greatly appreciated
 
G

gcapp

The height of my Detail Section is down to as far as it can go.

Anybody else have any other suggestions on how to get this to displa
correctly or maybe someway of exporting it??

Thank
 
D

Duane Hookom

Is there a reason why you don't base your report on a totals query that
groups by the fields so no duplicates are sent to the report? Another option
is to create a footer or header section and place your controls in the
"group section". Then make the detail section invisible.
 
G

gcapp

Duane,

Your solution worked. I appreciate the help.
There is one added feature that I am trying to do with this report bu
cannot seem to do.

That is - I am listing averages on the report in decending order (fro
best average to worst) and what I am trying to do is have a rank numbe
on the report as well.

The report has on it, StudentID, LastName, FirstName, and Average. Th
average control is taken from a query that calculated the totals. Ho
can I get the listings on the report to also include a rank??

So it would look something like:

RANK STUDENTID LASTNAME FIRSTNAME AV
1 2345 Smith Pat 5.67
2 4532 Jones Tim 4.78
3 5476 Hill John 3.78

(of course the fields would line-up correctly)

I am experimenting trying to put a rank in the totals query but can'
seem to get it over to the report.

Any tips or suggestions would be appreciated.

Thank
 
D

Duane Hookom

Placing your Rank in the query is more difficult than directly in the
report.

Add a text box and set these properties:

Control Source: =1
Running Sum: Over All
 
G

gcapp

Duane,

Yes that worked - thanks for all your help - it's nice to know tha
there is somewhere I can come to get some answers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top