I have a form the pre-populates Customer and Sales Rep drop-down fields from SQL tables.
When the user selects a Customer, the related Sales Rep for that Customer is looked up, and I just want to select that rep in the drop-down options, leaving the other options available for the user to choose from. However, this rule clears the sales rep drop-down list and only adds back the related Sales Rep for the selected Customer.
The idea is to provide a Form for a user to edit an existing Customer, in this case potentially selecting a different valid Sales Rep for that Customer. Is this desired functionality available? Is there a way to select a looked-up SQL value from a drop-down list without clearing existing values? Thank you.