Hey all,
I have a combo box that is filled with Appliance_Numbers, what i want to know is how do i use that combo box to filter out the correct data
Thanks
Printable View
Hey all,
I have a combo box that is filled with Appliance_Numbers, what i want to know is how do i use that combo box to filter out the correct data
Thanks
On afterUpdate of the combo box
Code:
DoCmd.ApplyFilter , "[Appliance]=forms!YourFormName!YourComboBoxName"