Michelangelo
Registered User.
- Local time
- Today, 18:33
- Joined
- Dec 20, 2002
- Messages
- 37
Hi
I'm struggling to make a overview report. Let me first explain what I'm trying to do.
I'm making a project managment database for my company. Each project consists of 3 types of costs which are put in different tables all with an identifier field which is the projectcode. So I have four tables:
General: Projectcode + general info fields
Hours: Projectcode + hour info
Costs: Projectcode + costs info
Third party: Projectcode + third party info
Not all of the fields in all the tables have to be filled for each project. So there can be projects with hours but no costs
Now I want to create a report which produces info per projectcode like:
Projectcode -- Hours info -- Costs info -- Third party info.
To do this I've created a query of the four tables to list them all together. But if one of the tables doe'n't contain a record for that specific projectcode the whole projectcode doesn't appear, including a projectcode which has info of hours and not costs or third party.
Hope my question is clear and look forward to a solution.
I'm struggling to make a overview report. Let me first explain what I'm trying to do.
I'm making a project managment database for my company. Each project consists of 3 types of costs which are put in different tables all with an identifier field which is the projectcode. So I have four tables:
General: Projectcode + general info fields
Hours: Projectcode + hour info
Costs: Projectcode + costs info
Third party: Projectcode + third party info
Not all of the fields in all the tables have to be filled for each project. So there can be projects with hours but no costs
Now I want to create a report which produces info per projectcode like:
Projectcode -- Hours info -- Costs info -- Third party info.
To do this I've created a query of the four tables to list them all together. But if one of the tables doe'n't contain a record for that specific projectcode the whole projectcode doesn't appear, including a projectcode which has info of hours and not costs or third party.
Hope my question is clear and look forward to a solution.