I shouldn’t browse posts here, it gives me ideas that I then have to ask for help about. ๐
Is it possible to filter down a subform or list by having up to 3 values selectable via combo boxes?
My purchase order records have supplier, customer and jobnumber fields. My idea is to create combo boxes for each of these that will progressively filter the records in the subform/list so that I can end up with:
eg all the orders on supplier X for customer Y
all the orders on supplier X for job Y
all the orders on supplier X for job Y for customer Z
As each combobox is used it would disable to lock that filter and all three boxes would be enabled and the subform/list returned to full listing with a reset button.
As I type this, cloning recordsets comes to mind, which I was pointed to once before. Am I on the right track?
How would I do it?
Thanks in advance! ๐