joining tables

G

Guest

Hi,

I am creating a visual basic application that connects to an access
database. I want to do a query by outer joining all of the tables. I just
want to know if it is possible and if so how

Thanks in advance
bbdobuddy
 
W

W.G. Ryan eMVP

You can write the SQL Statements manually - which is probably the easiest
way. If you use a DataRelation - it's going to be an inner join so I don't
think that will do it for you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top