[RESOLVED] Data Reports (page number
hi,
i was able to find a way to put the current page number on my datareport using "%P" as a caption of a label
how can i put it in this format [page "%p" of "??" ] what command
(page 2 of 5) -- i want it to be like this... can u help me guys?
thanks in advance guys!
Re: Data Reports (page number
Quote:
Originally Posted by eirt
hi,
i was able to find a way to put the current page number on my datareport using "%P" as a caption of a label
how can i put it in this format [page "%p" of "??" ] what command
(page 2 of 5) -- i want it to be like this... can u help me guys?
thanks in advance guys!
Try this!!
1. right click on the report footer..Insert-->Control
2. Add current page number (Insert-->Control)
3. Add a label ("Of") (Right Click)
4. Add total number of pages (Insert-->Control)
Re: Data Reports (page number
thanks so much amrita
-eirt
Re: Data Reports (page number