I suggest you do this in the query that is the record source for the report.

Signature
Dave Hargis, Microsoft Access MVP
Excuse me, but you didn't give me any advice at all; no help, no solution.
> I suggest you do this in the query that is the record source for the report.
>
[quoted text clipped - 17 lines]
> > FIELD2 <DATA> FIELD2 <DATA>
> > FIELD3 <DATA> FIELD3 <DATA>
Douglas J. Steele - 30 Apr 2008 19:06 GMT
Excuse me, but he did give you advice.
Dave's suggestion was that you write the query so that it only return those
rows that need to be displayed and use that query as the report's
RecordSource, rather than using a query that returns all rows and using VBA
to determine which rows to display and which to ignore.
Given you gave no details of what the tables involved look like, that's as
good advice as anyone can provide.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> Excuse me, but you didn't give me any advice at all; no help, no solution.
>
[quoted text clipped - 27 lines]
>> > FIELD2 <DATA> FIELD2 <DATA>
>> > FIELD3 <DATA> FIELD3 <DATA>
Klatuu - 30 Apr 2008 19:07 GMT
This is a volunteer site. All responses come from people who do not work for
Microsoft. We only try to support and promote Access.
Being rude wont help you much at all.
I did give you advise, but not a solution. How could I write a query for
you not knowing your data?
Let me state it again. It would be difficult or impossible to accomplish
what you want to do in the report. You should create a query or queries that
present the data the way you want it on the report and use the main query as
the report's record source.
Another way would be to write some recordset processing in VBA and add
records to a table that you could use as the report's record source. I
didn't mention that previously because you said you did not know much VB or
VBA.
So if these methods are beyond your capability, I suggest you hire a
professional who can either assist you are do it for you.

Signature
Dave Hargis, Microsoft Access MVP
> Excuse me, but you didn't give me any advice at all; no help, no solution.
>
[quoted text clipped - 19 lines]
> > > FIELD2 <DATA> FIELD2 <DATA>
> > > FIELD3 <DATA> FIELD3 <DATA>