method SetSubset(IndexValue as Variant)
Set a subset to be displayed in the combo, based on the combo index.
SetSubSet method syntax has these named arguments:
Parameter |
Description |
|---|---|
IndexValue |
Required. The Index Value to limit to subset to. The type of the IndexValue must be the same as the type for the combo IndexName. |
For example, if eCustomerCombo is linked to table ARCUST and has the IndexName property set to GroupCustomer:
eCustomerCombo.SetSubSet("AUST")
would set the eCustomerCombo to display only customers in the Customer Group "AUST".