Results 1 to 2 of 2

Thread: Displaying parameters in Access 97 Report

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Posts
    80
    I have a report based on an Access Query that has parameters in a date field. I would like to display the dates that were selected by the user, in the Report Header.

    I guess it would involve typing a formula into a label but I'm not sure as to the syntax. Thanks in advance for any help.

  2. #2
    Addicted Member
    Join Date
    Sep 2000
    Posts
    219
    Suppose one of the parameters is [From Date], type:

    = [From Date]

    in the ControlSource property of the textbox. I don't know if this can be done for labels. But using a textbox will do fine.

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