• Putting query prompt on Report (2003)

    Author
    Topic
    #428440

    My query prompts for days from today to fetch records from a helpdesk tickets database. I wish to put in the report the number of days that the user requested in the prompt and need help specifying this (nameless?) variable.

    Viewing 0 reply threads
    Author
    Replies
    • #995329

      In my haste I asked a wrong question — How do I get this no. of days entered to display on the report?

      • #995331

        Your query has a parameter of the form

        [Enter number of days]

        You can use the same expression in the Control Source property of a text box on your report:

        =[Enter number of days]

        or, if you want to incorporate it into some text:

        =”Report for ” & [Enter number of days] & ” days”

        You must use exactly the same text between the square brackets [ ] as in the parameter prompt.

    Viewing 0 reply threads
    Reply To: Reply #995331 in Putting query prompt on Report (2003)

    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