Results 1 to 2 of 2
  1. #1
    tazbergy is offline Novice
    Windows XP Access 2007
    Join Date
    Sep 2010
    Posts
    2

    Reporting with user input

    If I run a report using user input (date ranges), can I have my selected range printed in the report? I'm using the "Between [start] and [end]" parameter in my query.

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,518
    Sure; making sure to use the exact same spelling, you can do things like this in a textbox:

    = "Data from " & [start] & " to " & [end]
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Checking user input is valid
    By AccessPoint in forum Access
    Replies: 4
    Last Post: 07-18-2010, 06:43 PM
  2. Replies: 0
    Last Post: 03-22-2010, 07:51 PM
  3. User Input Query
    By ManC in forum Queries
    Replies: 2
    Last Post: 03-04-2010, 07:09 PM
  4. Chart with user input
    By mungyun in forum Access
    Replies: 1
    Last Post: 12-28-2009, 07:44 PM
  5. Set required user input
    By ZeusOsiris in forum Database Design
    Replies: 2
    Last Post: 12-04-2006, 07:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums