Thanks for replying.
I will explain this better.
I have a main(databse) query say final.
final has all possible fields drawn from a main database.
these fields are the control sources of the report I am printing out.
(For example
ID No:final.a1
Name:final.a2
Place:likewise
Occupation:
)
The database has a long list of records of individual with their
name,place,occupation etc.also Each of these individual has a Id number
(say
that begins with 1-1000)depending on the number of records(all this is in
the
database itself and the main query 'final')
As the number of records go on increasing (that is number of people) the
reports go on increasing.I want to print only the new ones instead of
printing all the reports together everytime.
that is why i want to input the ID no range say (print to snaphot for ID
No 1
to ID No 10)and incorporate in my form to print only those reports
specified
by me by a range
If this is still unclear I shall give an example:
suppose I print output to snapshot of reports from ID No 1 - ID no 10;
Now there is an addition of reports say total number of reports are 20
Since i have already printed out reports (1-10) I want to print them from
(11-
20).
I hope this makes things more clear.
Jeff said:
Perhaps I'm misunderstanding...
I'm not familiar with reports having an "id number range" -- what report
id
number are you referring to?
When you "select" a number of reports, how are you doing that? How are
these reports related to the data/record you want to report about? How
are
they related to each other, if at all?
One possibility if you always wanted to print the same 5 reports (example
only) would be to have report1 open report2 as it (report1) closes, and
report2 opens report3...
This may not be an approach you can use in your situation, though.
Good luck!
Regards
Jeff Boyce
Microsoft Office/Access MVP
I am sorry but I did not explain my doubt clearly.the page numbers was
just
an example!!
[quoted text clipped - 25 lines]
go
about achieving this as I am a novice to VB and access.