how to make that Query

Kanter

New member
Local time
Yesterday, 19:58
Joined
Oct 22, 2007
Messages
4
I have 2 tables: first table has 4 columns:
/job code/project1/project2/project3/
job code is some digits, and in next columns are the job description (different for each project).

The second table has
/project name/job code/description/working hours/date/

I made the query what shows how many working hours was consumed for each project monthly
and my working codes, but I would like to have job descriptions after job code, If its project1
then the description should be taken from first table from the column "project1". Is it possible to do it with
query?
 
I think you have to learn something about DATABASE NORMALIZATION.
Your tables not normalized well.
 

Users who are viewing this thread

Back
Top Bottom