Results 1 to 4 of 4
  1. #1
    NextGen is offline Novice
    Windows 8 Access 2007
    Join Date
    Apr 2019
    Posts
    4

    Add Terms & Conditions at the end of report

    I have report that lists products and I need to add a "Terms and Conditions" document (with 3 pages) but that document needs also to get the company name and others fields to compose it.

    Basically it needs to go like this:

    Report Header
    Page Header


    Header ID
    Detail
    Page Footer
    Report Foote
    r

    I had the idea to add the content of that document ("Terms and Conditions" document with 3 pages) inside a table (memo field). But that does't work because I would need to have some place holders that I could use inside that text (kind like this: This document is a legal contract between {Company Name} with the {VAT ID} number, etc.), on a form and maybe add it at the bottom of the report...

    I have no ideas on how to do it and I appreciate all the help I can get,

    Thanks

  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
    How about a subreport where the record source is a query with the needed data. You'd have textboxes with control sources like:

    ="This document is a legal contract between " & CompanyName & " with..."
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    NextGen is offline Novice
    Windows 8 Access 2007
    Join Date
    Apr 2019
    Posts
    4
    Quote Originally Posted by pbaldy View Post
    How about a subreport where the record source is a query with the needed data. You'd have textboxes with control sources like:

    ="This document is a legal contract between " & CompanyName & " with..."
    Can you please provide an example on how to implement this and format the inner text?

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,816
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Can someone decode this code in layman's terms
    By ItsJustMe3377 in forum Modules
    Replies: 3
    Last Post: 10-19-2017, 11:16 AM
  2. Google Search Terms Needed
    By hrenee in forum Reports
    Replies: 4
    Last Post: 09-25-2013, 02:38 PM
  3. Bold search terms in Query result for report
    By NewbieInCT in forum Queries
    Replies: 3
    Last Post: 05-25-2012, 11:37 AM
  4. Open Report with 2 conditions
    By rck3 in forum Reports
    Replies: 11
    Last Post: 05-17-2012, 12:20 PM
  5. Replies: 5
    Last Post: 06-19-2010, 07:55 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