PDA

View Full Version : multiple table query


turnknuckle
11-15-2002, 06:09 PM
Greetings

How do i go about querying multiple tables in an access db ie i need to check if a value is present in any of the tables in the database, is there a way to do it with 1 SQL query?

Thanks

BigDaddy
11-15-2002, 07:12 PM
You need to join them. It's not hard to do, just read up on it at this link.

http://www.w3schools.com/sql/sql_join.asp

whammy
11-16-2002, 03:18 AM
Good link. :)

turnknuckle
11-19-2002, 07:20 PM
nice one - thanks alot :thumbsup: