Going further than expected with my db. I have 2 tables:
table 1 has 'id', 'region', 'regionid', and 'locationid'
table 2 has matching 'id', 'address', city, state, zip.
i am trying to use my 'region' and 'regionid' to get my multiple 'id' selections from table 1 to reference all the info in table 2 and display.
i can't seem to get it to filter right. I either get all or nothing.
Any idea?