Hi
I have a form with a subform. the form contains the following fields:
Customer
Site Reference
Area
Contact
The subform then displays all of the relevant items for that customer and site. So if a customer has 2 sites they will have 2 records in the parent form and each one will display the items relevant for either site. What I am hoping to do is to allow users to search on the 'Item_Ref' in the subform so that it will go to the customer record where that item reference is found. Item reference are unique, no item has the same reference as another.
Parent form name: frm_cus_full
subform name: sbfrm_item
The linked attribute is called Site_ID on both forms.
TIA