how to Find Records in sub form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuanmiguel
    New Member
    • Jan 2014
    • 9

    #1

    how to Find Records in sub form

    hi...
    I have a MAINForm, and it has 2 sub form (subform1 and subform2)


    subform1 is a single form. link to MainForm by InvoiceNumber and the source is tblInvoiceDetai l
    subform2 is a continuous form,link to MainForm by InvoiceNumber and the source is tblInvoiceDetai l


    MainForm is Customer Detail
    subform1 is order detail
    subfrom2 is summary of order details based on customer.

    if i click a specific order in subform2 i want to display it in subform 1.

    Please help me..
  • zmbd
    Recognized Expert Moderator Expert
    • Mar 2012
    • 5501

    #2
    How is this different from the thread you started in:


    If you are trying to get the same functionality using Subform1 and Subform2 as the split form while bypasssing the limitations presented by the Splitform (mainly that a split form can not be a subform) you will need to use either VBA or the Macro scripting languages. In either case, the programming required is somewhat complex.

    Comment

    Working...