S
skk
Hello & thank you in advance.
Is there a way that you can filter the combo box? I want combo box value to
be filtered from the provious screen where user enter the value. if User
enter the value "X" then display only those "X" or if user leave the it blank
then disply the entire value.
Row Source: SELECT tblCust.CustID, tblCust.LastName, tblCust.FirstName FROM
tblCust;
Is there a way that you can filter the combo box? I want combo box value to
be filtered from the provious screen where user enter the value. if User
enter the value "X" then display only those "X" or if user leave the it blank
then disply the entire value.
Row Source: SELECT tblCust.CustID, tblCust.LastName, tblCust.FirstName FROM
tblCust;