I went with the union statement and it sort of works<br>
"select * from table1 union select * from table2"<br>
the problem is that it will list what i searched for at the top and then dump all of table1 just below! any suggestions?
I have set up a database with two tables. The tables contain all identical fields. ex: table1 has the fields name, address, and zip code. table2 also has name, address, and zip code does anyone know how I can set up my sql statement to search both tables and pull info from both tables?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.