• Record x of y (2000)

    • This topic has 3 replies, 3 voices, and was last updated 22 years ago.
    Author
    Topic
    #387085

    I want to make larger navigation buttons for my forms. I can make new buttons for next record and previous record, but I don’t know the code to show record x of y. Can anyone help?

    Viewing 0 reply threads
    Author
    Replies
    • #674261

      Create a text box with control source

      =”Record ” & [CurrentRecord] & ” of ” & [RecordsetClone].[RecordCount]

      It seems to update itself most of the time, except when you are creating a new record.

    Viewing 0 reply threads
    Reply To: Reply #674261 in Record x of y (2000)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information:




    Cancel