Table Joins in a Database Driven Autocomplete/Drop down
Posted: Wed Nov 23, 2016 1:50 pm
So im trying to join two tables to use a series of parameters to narrow down a search. I want to use those results to populate either an auto-complete text box or a drop down menu. What would be the best way to set up a join on two tables WITHOUT creating a logical view of those two tables?