Access Query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am having a query that I have created from 5 tables. It will not include
all of the records. It is only excluding a few. The query is a detailed
query. It seems like any new record entries are will not show up on the
query. Any help will be appreciated. Thanks.
 
It appears I have to have some date in each table for the full record to
show. Can I avoid this.
 
Assuming you're building this through the graphical query builder, check the
lines that are connecting the various tables. Select the line and check its
properties: you'll see there are 3 choices:

- Only include rows where the joined fields from both tables are equal.
- Include ALL records from 'Table1' and only those records from 'Table2'
where the joined fields are equal.
- Include ALL records from 'Table2' and only those records from 'Table1'
where the joined fields are equal.

Experiment until you get the combination you need.
 
Thank you Douglas.

Douglas J. Steele said:
Assuming you're building this through the graphical query builder, check the
lines that are connecting the various tables. Select the line and check its
properties: you'll see there are 3 choices:

- Only include rows where the joined fields from both tables are equal.
- Include ALL records from 'Table1' and only those records from 'Table2'
where the joined fields are equal.
- Include ALL records from 'Table2' and only those records from 'Table1'
where the joined fields are equal.

Experiment until you get the combination you need.
 

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