Hi guys,
I want to create a new form for our database, but I want to select the customer from a combobox and then all of the customers data should be displayed in a subforum.
Can somebody please help me to get this working.
Thanks
Hi guys,
I want to create a new form for our database, but I want to select the customer from a combobox and then all of the customers data should be displayed in a subforum.
Can somebody please help me to get this working.
Thanks
1) Filter the subform using the combo value 2) Base the subform on a parametric query. As value for parameter use the combo value General syntax: Forms!YourFormName!YourComboName