Results 1 to 3 of 3
  1. #1
    popins is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Nov 2016
    Posts
    2

    Passing Data form One subform to Other Subform.

    Hello,I had database for Quotation and invoice processing.
    Main form Name as Quotation( which contains quoteNo, Quote date, and supplier name) and subform name as QuotationLineSubform ( which contains line items with S.No, description, Qty and Unit Price)And another Main form Name as Invoice ( which contains InvoiceNo, Invoice date, supplier name and Order Ref and subform name as InvoiceLineSubform ( which contains line items with S.No, description, Qty and Unit Price)My processI will create quotation and enter all the required details. Once my quotation is approve I want to create invoice for the same so from the QuotationLineSubform I would like to pass all the data’s to InvoiceLineSubform.Please help on this

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    1 run an append query. This uses criteria in source table/form to add to the target table,with criteria from the target form
    USE THE BUILDER TO PICK THE ITEMS ON THE FORMS. It always gets the path names correct.

    or
    2. Use full path names (builder) to directly add the datum.... It will look something like:
    forms!form2!SubformName!form!textBox2=forms!form1! QuotationLineSubform!form!textBox1

  3. #3
    popins is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Nov 2016
    Posts
    2
    thanks Mr.Ranman,
    really i am new to access, can you please explain in details.

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

Similar Threads

  1. Passing an ID from both main form and subform
    By tonycl69 in forum Reports
    Replies: 3
    Last Post: 04-27-2016, 06:47 AM
  2. Query passing to subform
    By drunkenneo in forum Programming
    Replies: 1
    Last Post: 11-20-2013, 06:46 AM
  3. subform not passing value to table
    By Paintballlovr in forum Forms
    Replies: 2
    Last Post: 08-28-2013, 09:59 AM
  4. Replies: 2
    Last Post: 05-17-2012, 11:19 AM
  5. Passing focus to subform.....
    By smorelandii in forum Forms
    Replies: 3
    Last Post: 02-04-2011, 10:51 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