joining tables

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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.
 
Back
Top