Results 1 to 2 of 2
  1. #1
    lonesoac0 is offline Advanced Beginner
    Windows 7 32bit Access 2013
    Join Date
    Aug 2014
    Posts
    36

    Dynamic Report

    Hello all,

    I am interested in generating dynamic reports via Access 2013. I found:
    HTML Code:
    https://msdn.microsoft.com/en-us/library/bb258163%28v=office.12%29.aspx
    . I have one unbound report that contains the sub-reports that have the actual data. What I envision is to dynamically add/remove sub-reports based on the date. Is this possible?

  2. #2
    ranman256's Avatar
    ranman256 is online now VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    The sub reports would all have queries that look at the dates on a form.
    the form ,frmReports, would have 2 text boxes, txtStartDate and txtEndDate.
    the button on the form would open the main report.
    the queries would look like:

    select * from table where [date] between forms!frmReports!txtStartDate and forms!frmReports!txtEndDate

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

Similar Threads

  1. Dynamic report in vba
    By trevor40 in forum Reports
    Replies: 6
    Last Post: 03-12-2014, 10:38 PM
  2. Dynamic Report
    By joanne2468 in forum Reports
    Replies: 3
    Last Post: 07-10-2013, 12:52 AM
  3. Dynamic Label in report
    By lugnutmonkey in forum Reports
    Replies: 1
    Last Post: 02-27-2013, 03:19 PM
  4. Dynamic Labels on Report
    By Jester0001 in forum Programming
    Replies: 5
    Last Post: 04-02-2012, 04:37 PM
  5. Dynamic Report
    By vCallNSPF in forum Reports
    Replies: 0
    Last Post: 12-08-2009, 04:19 PM

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