C
C Hayes
I have four major fields that my db is filtered by regularly
I have four combo boxes with grouped options.
address lastname firstname company
I need to filter each by each as they are used.
i.e.
address lastname firstname company
123 Any St Mike
where lastname and company only contain instances of address and firstname
i.e.
address lastname firstname company
Jones mike
where address and company only contain instances of lastname and firstname
one more instance for example
address lastname firstname company
Smith Larry ABC Company
where address only contains instances of lastname, firstname and company.
I currently filter the form by each of these combo boxes, how can I filter
the form by the cascading combo boxes together?
I have four combo boxes with grouped options.
address lastname firstname company
I need to filter each by each as they are used.
i.e.
address lastname firstname company
123 Any St Mike
where lastname and company only contain instances of address and firstname
i.e.
address lastname firstname company
Jones mike
where address and company only contain instances of lastname and firstname
one more instance for example
address lastname firstname company
Smith Larry ABC Company
where address only contains instances of lastname, firstname and company.
I currently filter the form by each of these combo boxes, how can I filter
the form by the cascading combo boxes together?