Forum Discussion

RichardLove1's avatar
RichardLove1
Qrew Member
20 days ago

Restrict Order Line Items to Supplier Part #s

I have an Orders table with a related Order Line Items table.  The Orders table is also related to a Supplier Table.

How would I restrict the Supplier Part# dropdown field on the Order Line Items to only show Part#s for the related Supplier?

  • np,

    this is easy to do. It's called a conditional drop-down. Sometimes abbreviated as CDD.  

    First, be sure that the order lines table has a lookup field for Supplier.  I gather this is a purchase order to a supplier so that the purchase order itself only has one supplier. 

    Gi to the relationship where one item has many order lines and go to the field for related item at the top right side of the relationship. Edit the field properties and select Conditional. Then configure the conditional settling, to say that when supplier is selected, only show items which match  in the supplier field of the item.