Report based on two tables (first posted in reports)

  • Thread starter Thread starter eb1mom
  • Start date Start date
E

eb1mom

I am trying to create a report based on two tables. I want
all records from both tables. One has delay information one
has production information. Report would be sorted by
production date and delay date. There would be perhaps two
or three delay records and then a production record then a
couple more delay records then two production records. I
tried creating a query but, I don't want fields from tables
combined into one record. Relationship between tables is
made using autonumber field from both tables. Any
suggestions on articles to read or examples to look at
would be appreciated.

I was told I may need a full outer join query to get the
report.
 
I am trying to create a report based on two tables. I want
all records from both tables. One has delay information one
has production information. Report would be sorted by
production date and delay date. There would be perhaps two
or three delay records and then a production record then a
couple more delay records then two production records. I
tried creating a query but, I don't want fields from tables
combined into one record. Relationship between tables is
made using autonumber field from both tables. Any
suggestions on articles to read or examples to look at
would be appreciated.

I was told I may need a full outer join query to get the
report.

How do you determine which records interleave with which, and in what
order?

A UNION query might be the solution, assuming that the two tables have
the same number of fields of compatible datatypes.
 

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