Can anyone help me with some apply filter code?
On clicking a button to open a form I want to filter a list in a combo Box located on the main forms subform
The main form is called 'Frm_orders'
The sub form is called 'sub' on the form but 'Fsub_OrderDetails'
The combo box field is called 'CostCodeID'
and I want to filter column 0 of the combobox which is Tbl_InvoiceCostCodes.Type to show records with a type of 'Repairs'
On clicking a button to open a form I want to filter a list in a combo Box located on the main forms subform
The main form is called 'Frm_orders'
The sub form is called 'sub' on the form but 'Fsub_OrderDetails'
The combo box field is called 'CostCodeID'
and I want to filter column 0 of the combobox which is Tbl_InvoiceCostCodes.Type to show records with a type of 'Repairs'