I am working with a large MS Access Database with several tables. I am wondering how could I search a column from all tables in the database?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A UNION query would be one way to do it.
Save the above as a query and then you could write another query that contains the first with whatever criteria you like.
I know this seems tedious, but that’s the problem with having your data spread out so much instead of pulling it into a single table. If you can provide details on exactly what you are trying to do maybe we can give a more specific answer.