I have tried a SELECT DISTINCT... SQL statement in hopes of reducing the number of records in the result set. Unfortunately I am still getting TimeOut errors. So the next question is can I increase the TimeOut value? I suspect this connection only needs to be made once during configuration. In use I expect the select list will perform better as the query gets more specific after entry in one field.
Thanks,