Usilng tables

  • Thread starter Thread starter Spider
  • Start date Start date
S

Spider

What do I do if I want to join two or more tables with an inner join, but I
don't necessarily want to enter a value in one (or more) of the primary keys
in one of those tables? I don't always have data to be entered in some of
the related tables.
 
You join queries not tables.
Tables have relations --
One-to-one
One-to-many
Many-to-many
 
Ok...same question, but using a query. There is a query involved that uses
all underlying tables.
 
Spider said:
What do I do if I want to join two or more tables with an inner join, but I
don't necessarily want to enter a value in one (or more) of the primary keys
in one of those tables? I don't always have data to be entered in some of
the related tables.


Why do you need to use an inner join when you describe an
outer join?

Maybe an example set of data would help explain the issue
you're trying to deal with.
 

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

Back
Top