Find Next Record in Query

R

r. howell

This is probably truly trivial programming, but I not only do not know how to
do it, but I'm not sure where I would put such a program if I wrote it.

I need to have a query which will first be filtered by a push-button on a
form (a basic strWhere button referring to information on the form--something
I already know how to do). The button will open a report, which will have
two subreports. One of the subreports needs to show the first result of a
query. The other subreport needs to show the NEXT result of a query (not
just the last, there could be up to six results, in which case I will have up
to six subreports).

Can you explain how to do this?

Thanks.
 
Top