Results 1 to 2 of 2
  1. #1
    EivisN is offline Novice
    Windows 8 Access 2016
    Join Date
    May 2017
    Posts
    1

    Subform per page

    May you know whit might i have done wrong. I did everything as it shown, but as I open Invoice form (also I converted Invoice form into report but same problem) on Print preview it shows every Invoices subform in one page while I need to print only one Invoice with his own subform. Any ideas ?


    Made by this video
    https://www.youtube.com/watch?v=E8cP4dHZtVg
    Attached Thumbnails Attached Thumbnails pvz.png  

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,550
    Open the report or form using the ID of the cclient?
    ina subForm design, set the property
    LINK PARENT FIELD
    and
    LINK CHILD FIELD
    to the ID.

    The query do the report can look at the ID,
    select * from table where [id]=forms!myForm!ID

    or open a report with a filter,
    docmd.openReport "myReport", acViewPreview,,"[id]=" & me.ID

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

Similar Threads

  1. Merge 2 Forms on Same Page (subform)
    By hockeyman9474 in forum Reports
    Replies: 1
    Last Post: 04-20-2017, 07:14 AM
  2. Identifying the Parent Page in a subform
    By EddieN1 in forum Forms
    Replies: 5
    Last Post: 08-01-2013, 05:13 PM
  3. Show page on tab from control on subform
    By jpkeller55 in forum Access
    Replies: 1
    Last Post: 01-24-2011, 07:55 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