Results 1 to 2 of 2
  1. #1
    lbud is offline Novice
    Windows 7 64bit Access 2000
    Join Date
    Oct 2015
    Posts
    1

    Display User-Entered Date Range On Access Report

    I have an Access report that is based on a parameter query. Before running the report, the user is prompted to enter the starting and ending dates for a date range. Users often need to print multiple reports with different date ranges at one time, so it would be very useful to display/print the date range that the user entered on each report. Could you please tell me how this could be done? TIA for any assistance. Cheers, Bud

  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,641
    Using bracketed criteria rather than a form? A textbox with this type of thing:

    ="From " & [Enter start date] & " to " & [Enter end date]

    the key is the bracketed text must exactly match what was used in the query.
    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. Replies: 1
    Last Post: 08-28-2014, 10:44 PM
  2. Replies: 3
    Last Post: 12-14-2013, 06:16 PM
  3. Replies: 1
    Last Post: 01-24-2013, 12:52 AM
  4. User entered data on report
    By funkygoorilla in forum Reports
    Replies: 1
    Last Post: 02-18-2012, 01:59 PM
  5. Prompt User for Date Range when running QUERY
    By taimysho0 in forum Programming
    Replies: 3
    Last Post: 01-30-2012, 11:49 AM

Tags for this Thread

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