J
JJP
To simply the question I have a orders database with the following fields:
Order Number
Model Number
Options.
each record contains the same order number for a given order, more than one
model number may exist (no problem filtering on that) but there can be a half
dozen different options (call them A, B, C, D, E F, G) for example.
I would like to be able to search for specific configurations that inclulde
ony certain options such as B,D,F, but not A,C,E, or G.
Can anyone recommend the best way to do this?
Thanks,
Order Number
Model Number
Options.
each record contains the same order number for a given order, more than one
model number may exist (no problem filtering on that) but there can be a half
dozen different options (call them A, B, C, D, E F, G) for example.
I would like to be able to search for specific configurations that inclulde
ony certain options such as B,D,F, but not A,C,E, or G.
Can anyone recommend the best way to do this?
Thanks,