I have two tables that share a lot of common fields. I am trying to create a Report that searches by Job and returns results from both tables. Essentially, I want all Order Records from both tables based on what Job I search by.
I created a view with the Orders_Table and Completed_Table. However, this joins records together. I need them each to be separate records. In a view, I need to join records somehow, so I'm having trouble just getting the data from the two tables to make a report together.
Here is a screenshot of what I've got with the view I created and adding the fields from both tables into the report. They need to be split at the red line.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
kpcollier
I have two tables that share a lot of common fields. I am trying to create a Report that searches by Job and returns results from both tables. Essentially, I want all Order Records from both tables based on what Job I search by.
I created a view with the Orders_Table and Completed_Table. However, this joins records together. I need them each to be separate records. In a view, I need to join records somehow, so I'm having trouble just getting the data from the two tables to make a report together.
Here is a screenshot of what I've got with the view I created and adding the fields from both tables into the report. They need to be split at the red line.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.