![]() |
| |||||||
| Sponsored Links |
![]() | « Previous Thread | Next Thread » |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| ||||
| ||||
| Anyone know how to get A, B, C as page numbers on a report instead of 1, 2 , 3 Thanks
__________________ If i helped you, make me famous by clicking the |
| Sponsored Links |
|
#2
| ||||
| ||||
| Quote:
instead of: ="Page " & [Page] & " of " & [Pages] you could put: ="Page " & chr(Val([Page])+64) If your report went over 26 pages then you would have to do some error checking. dunno if you have to use the val function either. |
|
#3
| ||||
| ||||
| Make your control source for the page # something like this: Code: ="Page " & Chr([Page]+64)
__________________ Quote of the Month: Regret: It hurts to admit when you make mistakes - but when they're big enough, the pain only lasts a second. Questions to Ponder: Could it be that all those trick-or-treaters wearing sheets aren’t going as ghosts but as mattresses? iif([sarcasm]=true,iif([you have to ask]=true,"didn't work","ha ha ha"),"not sarcasm") copyright © 2008 sbenj69 |
|
#4
| ||||
| ||||
| Thanks to both of you,.. w000t ,.. can't rep ya sbenj,.. have to spread some more rep around first |
|
#5
| ||||
| ||||
| Oh, exceeding 26 won't be a problem,.. the most i'd ever expect is 10 and there would have to be a serious problem for that |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| go page to page questionaire app | peebman2000 | .Net Development | 3 | April 26th, 2008 04:42 PM |