S
SAC
Access 2000
I have an invoice form: Main form and subform.
I'd like to place a combo box on the main form, select a part number and
then in it's after update event, have it filter to show all invoices with
that part number on them.
Here's what I've tried:
Me.Filter = "[Key] = " & Me.cboPartFilter
Me.FilterOn = True
It's not working.
Any ideas?
Thanks.
I have an invoice form: Main form and subform.
I'd like to place a combo box on the main form, select a part number and
then in it's after update event, have it filter to show all invoices with
that part number on them.
Here's what I've tried:
Me.Filter = "[Key] = " & Me.cboPartFilter
Me.FilterOn = True
It's not working.
Any ideas?
Thanks.