Results 1 to 5 of 5
  1. #1
    brad is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2013
    Posts
    4

    Dynamic Report Header

    Is there a way to add a dynamic report header to access report?

  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,642
    Probably depends on what you mean by a dynamic report header.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    brad is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2013
    Posts
    4
    Got it. Let me try to explain. The report is for business partner performance over the previous month. Every month the report would be run for the next month so I didn't put a standard date on the report heading. Is there a way to have Access/VBA read the date stamp (April 5, 2013) and add a heading of March 2013 (1 month prior) to report heading?

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,642
    Try

    =Format(DateAdd("m",-1,Date()),"mmmm yyyy")
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  5. #5
    brad is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2013
    Posts
    4
    Thanks. I'll give it a shot.

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

Similar Threads

  1. Replies: 2
    Last Post: 06-15-2012, 07:32 AM
  2. Help with Label in Report Header
    By taimysho0 in forum Programming
    Replies: 5
    Last Post: 02-07-2012, 05:21 PM
  3. Report Header
    By kwooten in forum Reports
    Replies: 2
    Last Post: 08-03-2011, 11:31 AM
  4. report header
    By nashr1928 in forum Reports
    Replies: 2
    Last Post: 07-13-2010, 12:34 PM
  5. Report Header on Each Page
    By nweird in forum Reports
    Replies: 1
    Last Post: 07-24-2009, 07:57 AM

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