Results 1 to 3 of 3

Thread: [RESOLVED] Format something in formula field

  1. #1

    Thread Starter
    Hyperactive Member DubweiserTM's Avatar
    Join Date
    Dec 2005
    Location
    St-Ferdinand, Québec
    Posts
    427

    Resolved [RESOLVED] Format something in formula field

    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 !
    DubweiserTM

    If your question has been answered, you can mark a thread as resolved...

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: Format something in formula field

    "Nombre page: " & ToText(TotalPageCount,0)

  3. #3

    Thread Starter
    Hyperactive Member DubweiserTM's Avatar
    Join Date
    Dec 2005
    Location
    St-Ferdinand, Québec
    Posts
    427

    Re: Format something in formula field

    Quote Originally Posted by brucevde
    "Nombre page: " & ToText(TotalPageCount,0)
    Thanks ! It's what I want !
    DubweiserTM

    If your question has been answered, you can mark a thread as resolved...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width