Hello, I am trying to find a control that mimics the behaviors of a table with a relationship (i.e. has the plus sign to show the child records from the parent). I don't want a form with a subform, showing only one parent record at a time with all the corresponding child records. I want to be able to show many parent records with the added functionality to click the plus sign to display the children. I need to put this (hopefully) on a form since there are updates that I may need to react to and displaying this dataset in “table” view does not allow me to trap events.
Any assistance, of course, is greatly appreciated. Thank you.