Create a table of numbers (tblNums) with a single numeric field (Num) and
add records 1 - [max required number].
Add this table to your report's record source and set the criteria under Num
column to
<=[Enter Number to Print]
Add a text box to your label with a control source of:
=[Num] & " of " & [Enter Number to Print]

Signature
Duane Hookom
MS Access MVP
--
>I actually have two questions:
> I'm trying to print a label(s) in Access and would like to be able to
[quoted text clipped - 8 lines]
> Thanks,
> Tom
Tom - 12 Dec 2005 12:50 GMT
Duane,
Thank you very much!
That works perfectly!
Tom
> Create a table of numbers (tblNums) with a single numeric field (Num) and
> add records 1 - [max required number].
[quoted text clipped - 17 lines]
> > Thanks,
> > Tom