My scenario is to create a form where I can search for a customer then edit their associated Contacts
I have a main form that has an unbound text box "txtSearch" that searches the Customers Table, using the search as you type method, the results are populated in subform -1 "frmContacts_CustSub"
subform - 2 "frmContactsEditSub"displays the Contacts associated to the customer displayed in subform -1 "frmContacts_CustSub"
I have used the AfterUpdate event of field "CustName" in subform -1 Me.Parent![frmContactsEdit].Form.Requery
The main form "frmContactsEdit" is an unbound form
I have researched the internet, but can't find a solution, many answers online suggest utilizing the Link Fields, I have tried multiple combinations but this stops results from being displayed.
Any help would be greatly appreciated
DavRob
I have a main form that has an unbound text box "txtSearch" that searches the Customers Table, using the search as you type method, the results are populated in subform -1 "frmContacts_CustSub"
subform - 2 "frmContactsEditSub"displays the Contacts associated to the customer displayed in subform -1 "frmContacts_CustSub"
I have used the AfterUpdate event of field "CustName" in subform -1 Me.Parent![frmContactsEdit].Form.Requery
The main form "frmContactsEdit" is an unbound form
I have researched the internet, but can't find a solution, many answers online suggest utilizing the Link Fields, I have tried multiple combinations but this stops results from being displayed.
Any help would be greatly appreciated
DavRob