G
Guest
I have a query that pulls all kinds of information into a query, including Item Number and Vendor. Because each item may have more than one vendor, I will sometimes get multiple rows for the same item. What I'd like to do is have each item show a combo box with each possible vendor for that item, defaulting to the first vendor in the list. In this way, instead of three lines for an Item Number, I'll only have one, while giving the user the option of selecting from a list of vendors unique to that item.
Does this make sense? Is it even possible? I know how to have a query display a combo box with a static list, but not one that changes dynamically per line.
Does this make sense? Is it even possible? I know how to have a query display a combo box with a static list, but not one that changes dynamically per line.