Link to home
Start Free TrialLog in
Avatar of khwajaa
khwajaaFlag for Australia

asked on

Amalgamating Different 'Many' Tables

I have a stores table that has 'many' relationship with projects table. Recently, I had to introduce an entirely diiferent projects category, so I created a another projects table with 1-M relationship with the stores table. So now I have got two projects table with one parent.  The system works for me as data entry can be carried out seperately, however, there is a need for the business to report on projects in both tables using a single report.  I tried to create a query but the record set is not representative of both project tables.  Is there any other approach I may take to resolve this?  
ASKER CERTIFIED SOLUTION
Avatar of Patrick Matthews
Patrick Matthews
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of khwajaa

ASKER

Thanks. Queries are pretty standard showing a few fields from the parent and the rest from 'many' side. Union queries are limited in the sense that you have to have same fields. Some of my fields are different. Don't know how to manage these.

Cheers
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Forced accept.

Computer101
EE Admin