Hi everyone,
I am looking for a bit of help on how to filter the values shown in a combobox.
The way I have it setup now is I have 2 tables. 1 with all orders preloaded called "Orders" and another with all product sizes called "Sizes". The "Orders" table consists a list of all the orders including the "order#" and the corresponding sizes.
I would like for my combo to list all the possible sizes from the "Sizes" table. On the form, I will have a couple of other fields that are on the "Orders" table. Once the user fills in a few of the fields, then the size combobox will filter the possible sizes that correspond to those criteria. If none match, then keep listing all the possible sizes.
I hope I have explained this properly.
Thanks