Hi everybody !
I do this in Formula Field: "Nombre page: " & TotalPageCount and the result in preview is Nombre page: 2.00
How can I format the "TotalPageCount" to appears like this Nombre page: 2 ?
Thanks in advance !
Printable View
Hi everybody !
I do this in Formula Field: "Nombre page: " & TotalPageCount and the result in preview is Nombre page: 2.00
How can I format the "TotalPageCount" to appears like this Nombre page: 2 ?
Thanks in advance !
"Nombre page: " & ToText(TotalPageCount,0)
Thanks ! It's what I want !Quote:
Originally Posted by brucevde