I have a Table with 5 Fields of sales data and am trying to create a Form that has one ComboBox from which the user selects one person (Field 1). Upon selection all the Fields with data relative to the selected name appears below the ComboBox.
I know this can be done using a 'Datasheet' Form and letting the user simply filter on the Name field, but I want to see if I could accomplish the same results using the ComboBox on a Form.
Please let me know if this can be done and if so how do I set this up.
Thank you